Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

Legenda

- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1

Namespace mscorlib

Totale classi: 2135, di cui
  • 395 nuove
  • 804 modificate
  • 0 rimosse

Pagina ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ...

 System.Object =
 =.ctor ()
 =Equals (Object obj)
 =Equals (Object objA, Object objB)
 =GetHashCode ()
 =GetType ()
 =ReferenceEquals (Object objA, Object objB)
 =ToString ()

 System.ICloneable =
 =Clone ()

 System.Collections.IEnumerable =
 =GetEnumerator ()

 System.Collections.ICollection =
 =CopyTo (Array array, Int32 index)
 =Count 
 =IsSynchronized 
 =SyncRoot 

 System.Collections.IList =
 =Add (Object value)
 =Clear ()
 =Contains (Object value)
 =IndexOf (Object value)
 =Insert (Int32 index, Object value)
 =Remove (Object value)
 =RemoveAt (Int32 index)
 =IsFixedSize 
 =IsReadOnly 
 =Item [Int32 index]

 System.Array !=
 -AsReadOnly (T[] array)
 -BinarySearch (T[] array, T value)
 -BinarySearch (T[] array, T value, IComparer`1 comparer)
 -BinarySearch (T[] array, Int32 index, Int32 length, T value)
 -BinarySearch (T[] array, Int32 index, Int32 length, T value, IComparer`1 comparer)
 =BinarySearch (Array array, Object value)
 =BinarySearch (Array array, Int32 index, Int32 length, Object value)
 =BinarySearch (Array array, Object value, IComparer comparer)
 =BinarySearch (Array array, Int32 index, Int32 length, Object value, IComparer comparer)
 =Clear (Array array, Int32 index, Int32 length)
 =Clone ()
 -ConstrainedCopy (Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length)
 -ConvertAll (TInput[] array, Converter`2 converter)
 =Copy (Array sourceArray, Array destinationArray, Int32 length)
 =Copy (Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length)
 =Copy (Array sourceArray, Array destinationArray, Int64 length)
 =Copy (Array sourceArray, Int64 sourceIndex, Array destinationArray, Int64 destinationIndex, Int64 length)
 =CopyTo (Array array, Int32 index)
 =CopyTo (Array array, Int64 index)
 =CreateInstance (Type elementType, Int32 length)
 =CreateInstance (Type elementType, Int32 length1, Int32 length2)
 =CreateInstance (Type elementType, Int32 length1, Int32 length2, Int32 length3)
 =CreateInstance (Type elementType, Int32[] lengths)
 =CreateInstance (Type elementType, Int64[] lengths)
 =CreateInstance (Type elementType, Int32[] lengths, Int32[] lowerBounds)
 -Exists (T[] array, Predicate`1 match)
 -Find (T[] array, Predicate`1 match)
 -FindAll (T[] array, Predicate`1 match)
 -FindIndex (T[] array, Predicate`1 match)
 -FindIndex (T[] array, Int32 startIndex, Predicate`1 match)
 -FindIndex (T[] array, Int32 startIndex, Int32 count, Predicate`1 match)
 -FindLast (T[] array, Predicate`1 match)
 -FindLastIndex (T[] array, Predicate`1 match)
 -FindLastIndex (T[] array, Int32 startIndex, Predicate`1 match)
 -FindLastIndex (T[] array, Int32 startIndex, Int32 count, Predicate`1 match)
 -ForEach (T[] array, Action`1 action)
 =GetEnumerator ()
 =GetLength (Int32 dimension)
 =GetLongLength (Int32 dimension)
 =GetLowerBound (Int32 dimension)
 =GetUpperBound (Int32 dimension)
 =GetValue (Int32[] indices)
 =GetValue (Int32 index)
 =GetValue (Int32 index1, Int32 index2)
 =GetValue (Int32 index1, Int32 index2, Int32 index3)
 =GetValue (Int64 index)
 =GetValue (Int64 index1, Int64 index2)
 =GetValue (Int64 index1, Int64 index2, Int64 index3)
 =GetValue (Int64[] indices)
 -IndexOf (T[] array, T value)
 -IndexOf (T[] array, T value, Int32 startIndex)
 -IndexOf (T[] array, T value, Int32 startIndex, Int32 count)
 =IndexOf (Array array, Object value)
 =IndexOf (Array array, Object value, Int32 startIndex)
 =IndexOf (Array array, Object value, Int32 startIndex, Int32 count)
 =Initialize ()
 -LastIndexOf (T[] array, T value)
 -LastIndexOf (T[] array, T value, Int32 startIndex)
 -LastIndexOf (T[] array, T value, Int32 startIndex, Int32 count)
 =LastIndexOf (Array array, Object value)
 =LastIndexOf (Array array, Object value, Int32 startIndex)
 =LastIndexOf (Array array, Object value, Int32 startIndex, Int32 count)
 -Resize (T[]& array, Int32 newSize)
 =Reverse (Array array)
 =Reverse (Array array, Int32 index, Int32 length)
 =SetValue (Object value, Int32 index)
 =SetValue (Object value, Int32 index1, Int32 index2)
 =SetValue (Object value, Int32 index1, Int32 index2, Int32 index3)
 =SetValue (Object value, Int32[] indices)
 =SetValue (Object value, Int64 index)
 =SetValue (Object value, Int64 index1, Int64 index2)
 =SetValue (Object value, Int64 index1, Int64 index2, Int64 index3)
 =SetValue (Object value, Int64[] indices)
 -Sort (T[] array)
 -Sort (TKey[] keys, TValue[] items)
 -Sort (T[] array, Int32 index, Int32 length)
 -Sort (TKey[] keys, TValue[] items, Int32 index, Int32 length)
 -Sort (T[] array, IComparer`1 comparer)
 -Sort (TKey[] keys, TValue[] items, IComparer`1 comparer)
 -Sort (T[] array, Int32 index, Int32 length, IComparer`1 comparer)
 -Sort (TKey[] keys, TValue[] items, Int32 index, Int32 length, IComparer`1 comparer)
 -Sort (T[] array, Comparison`1 comparison)
 =Sort (Array array)
 =Sort (Array keys, Array items)
 =Sort (Array array, Int32 index, Int32 length)
 =Sort (Array keys, Array items, Int32 index, Int32 length)
 =Sort (Array array, IComparer comparer)
 =Sort (Array keys, Array items, IComparer comparer)
 =Sort (Array array, Int32 index, Int32 length, IComparer comparer)
 =Sort (Array keys, Array items, Int32 index, Int32 length, IComparer comparer)
 -TrueForAll (T[] array, Predicate`1 match)
 =IsFixedSize 
 =IsReadOnly 
 =IsSynchronized 
 =Length 
 =LongLength 
 =Rank 
 =SyncRoot 

 System.Collections.Generic.IComparer`1 +
 +Compare (T x, T y)

 System.ValueType =
 =Equals (Object obj)
 =GetHashCode ()
 =ToString ()

 System.Collections.IEnumerator =
 =MoveNext ()
 =Reset ()
 =Current 

 System.IDisposable =
 =Dispose ()

 System.Collections.Generic.IEnumerator`1 +
 +Current 

 System.ArraySegment`1 +
 +.ctor ()
 +.ctor ()
 +Equals (Object obj)
 +Equals (ArraySegment`1 obj)
 +GetHashCode ()
 +op_Equality (ArraySegment`1 a, ArraySegment`1 b)
 +op_Inequality (ArraySegment`1 a, ArraySegment`1 b)
 +Array 
 +Count 
 +Offset 

 System.IComparable =
 =CompareTo (Object obj)

 System.IComparable`1 +
 +CompareTo (T other)

Powered by Ricciolo