Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
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 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ...
System.Collections.Stack = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Clear () | |
= | Clone () | |
= | Contains (Object obj) | |
= | CopyTo (Array array, Int32 index) | |
= | GetEnumerator () | |
= | Peek () | |
= | Pop () | |
= | Push (Object obj) | |
= | Synchronized (Stack stack) | |
= | ToArray () | |
= | Count | |
= | IsSynchronized | |
= | SyncRoot |
System.Nullable`1 + | ||
---|---|---|
+ | .ctor () | |
+ | Equals (Object other) | |
+ | GetHashCode () | |
+ | GetValueOrDefault () | |
+ | GetValueOrDefault (T defaultValue) | |
+ | op_Explicit (Nullable`1 value) | |
+ | op_Implicit (T value) | |
+ | ToString () | |
+ | HasValue | |
+ | Value |
System.Nullable + | ||
---|---|---|
+ | Compare (Nullable`1 n1, Nullable`1 n2) | |
+ | Equals (Nullable`1 n1, Nullable`1 n2) | |
+ | GetUnderlyingType (Type nullableType) |
System.Collections.Generic.Comparer`1 + | ||
---|---|---|
+ | Compare (T x, T y) | |
+ | Default |
System.Collections.Generic.ICollection`1 + | ||
---|---|---|
+ | Add (T item) | |
+ | Clear () | |
+ | Contains (T item) | |
+ | CopyTo (T[] array, Int32 arrayIndex) | |
+ | Remove (T item) | |
+ | Count | |
+ | IsReadOnly |
System.Collections.Generic.IDictionary`2 + | ||
---|---|---|
+ | Add (TKey key, TValue value) | |
+ | ContainsKey (TKey key) | |
+ | Remove (TKey key) | |
+ | TryGetValue (TKey key, TValue& value) | |
+ | Item [TKey key] | |
+ | Keys | |
+ | Values |
System.Collections.Generic.Dictionary`2 + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Add (TKey key, TValue value) | |
+ | Clear () | |
+ | ContainsKey (TKey key) | |
+ | ContainsValue (TValue value) | |
+ | GetEnumerator () | |
+ | GetObjectData (SerializationInfo info, StreamingContext context) | |
+ | OnDeserialization (Object sender) | |
+ | Remove (TKey key) | |
+ | TryGetValue (TKey key, TValue& value) | |
+ | Enumerator | |
+ | KeyCollection | |
+ | ValueCollection | |
+ | Comparer | |
+ | Count | |
+ | Item [TKey key] | |
+ | Keys | |
+ | Values |
System.Collections.Generic.EqualityComparer`1 + | ||
---|---|---|
+ | Equals (T x, T y) | |
+ | GetHashCode (T obj) | |
+ | Default |
System.Action`1 + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (T obj, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (T obj) |
System.Comparison`1 + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (T x, T y, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (T x, T y) |
System.Converter`2 + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (TInput input, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (TInput input) |
System.Predicate`1 + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (T obj, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (T obj) |
System.Collections.Generic.IList`1 + | ||
---|---|---|
+ | IndexOf (T item) | |
+ | Insert (Int32 index, T item) | |
+ | RemoveAt (Int32 index) | |
+ | Item [Int32 index] |
System.Collections.Generic.KeyNotFoundException + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () |
Powered by Ricciolo