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 System
Totale classi: 1364, di cui
- 414 nuove
- 585 modificate
- 0 rimosse
Pagina ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 ...
System.Collections.Generic.SortedList`2 + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Add (TKey key, TValue value) | |
+ | Clear () | |
+ | ContainsKey (TKey key) | |
+ | ContainsValue (TValue value) | |
+ | GetEnumerator () | |
+ | IndexOfKey (TKey key) | |
+ | IndexOfValue (TValue value) | |
+ | Remove (TKey key) | |
+ | RemoveAt (Int32 index) | |
+ | TrimExcess () | |
+ | TryGetValue (TKey key, TValue& value) | |
+ | Capacity | |
+ | Comparer | |
+ | Count | |
+ | Item [TKey key] | |
+ | Keys | |
+ | Values |
System.Collections.Generic.Stack`1 + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Clear () | |
+ | Contains (T item) | |
+ | CopyTo (T[] array, Int32 arrayIndex) | |
+ | GetEnumerator () | |
+ | Peek () | |
+ | Pop () | |
+ | Push (T item) | |
+ | ToArray () | |
+ | TrimExcess () | |
+ | Enumerator | |
+ | Count |
System.Collections.Generic.SortedDictionary`2 + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Add (TKey key, TValue value) | |
+ | Clear () | |
+ | ContainsKey (TKey key) | |
+ | ContainsValue (TValue value) | |
+ | CopyTo (KeyValuePair`2[] array, Int32 index) | |
+ | GetEnumerator () | |
+ | Remove (TKey key) | |
+ | TryGetValue (TKey key, TValue& value) | |
+ | Enumerator | |
+ | KeyCollection | |
+ | ValueCollection | |
+ | Comparer | |
+ | Count | |
+ | Item [TKey key] | |
+ | Keys | |
+ | Values |
System.Collections.Specialized.BitVector32 = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | CreateMask () | |
= | CreateMask (Int32 previous) | |
= | CreateSection (Int16 maxValue) | |
= | CreateSection (Int16 maxValue, Section previous) | |
= | Equals (Object o) | |
= | GetHashCode () | |
= | ToString (BitVector32 value) | |
= | ToString () | |
= | Section | |
= | Data | |
= | Item [Int32 bit] | |
= | Item [Section section] |
System.Collections.Specialized.CollectionsUtil = | ||
---|---|---|
= | .ctor () | |
= | CreateCaseInsensitiveHashtable () | |
= | CreateCaseInsensitiveHashtable (Int32 capacity) | |
= | CreateCaseInsensitiveHashtable (IDictionary d) | |
= | CreateCaseInsensitiveSortedList () |
System.Collections.Specialized.HybridDictionary = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Add (Object key, Object value) | |
= | Clear () | |
= | Contains (Object key) | |
= | CopyTo (Array array, Int32 index) | |
= | GetEnumerator () | |
= | Remove (Object key) | |
= | Count | |
= | IsFixedSize | |
= | IsReadOnly | |
= | IsSynchronized | |
= | Item [Object key] | |
= | Keys | |
= | SyncRoot | |
= | Values |
System.Collections.Specialized.IOrderedDictionary + | ||
---|---|---|
+ | GetEnumerator () | |
+ | Insert (Int32 index, Object key, Object value) | |
+ | RemoveAt (Int32 index) | |
+ | Item [Int32 index] |
System.Collections.Specialized.ListDictionary = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Add (Object key, Object value) | |
= | Clear () | |
= | Contains (Object key) | |
= | CopyTo (Array array, Int32 index) | |
= | GetEnumerator () | |
= | Remove (Object key) | |
= | Count | |
= | IsFixedSize | |
= | IsReadOnly | |
= | IsSynchronized | |
= | Item [Object key] | |
= | Keys | |
= | SyncRoot | |
= | Values |
System.Collections.Specialized.NameObjectCollectionBase = | ||
---|---|---|
= | GetEnumerator () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | OnDeserialization (Object sender) | |
= | KeysCollection | |
= | Count | |
= | Keys |
System.Collections.Specialized.NameValueCollection = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Add (NameValueCollection c) | |
= | Add (String name, String value) | |
= | Clear () | |
= | CopyTo (Array dest, Int32 index) | |
= | Get (String name) | |
= | Get (Int32 index) | |
= | GetKey (Int32 index) | |
= | GetValues (String name) | |
= | GetValues (Int32 index) | |
= | HasKeys () | |
= | Remove (String name) | |
= | Set (String name, String value) | |
= | AllKeys | |
= | Item [String name] | |
= | Item [Int32 index] |
System.Collections.Specialized.OrderedDictionary + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Add (Object key, Object value) | |
+ | AsReadOnly () | |
+ | Clear () | |
+ | Contains (Object key) | |
+ | CopyTo (Array array, Int32 index) | |
+ | GetEnumerator () | |
+ | GetObjectData (SerializationInfo info, StreamingContext context) | |
+ | Insert (Int32 index, Object key, Object value) | |
+ | Remove (Object key) | |
+ | RemoveAt (Int32 index) | |
+ | Count | |
+ | IsReadOnly | |
+ | Item [Int32 index] | |
+ | Item [Object key] | |
+ | Keys | |
+ | Values |
System.Collections.Specialized.StringCollection = | ||
---|---|---|
= | .ctor () | |
= | Add (String value) | |
= | AddRange (String[] value) | |
= | Clear () | |
= | Contains (String value) | |
= | CopyTo (String[] array, Int32 index) | |
= | GetEnumerator () | |
= | IndexOf (String value) | |
= | Insert (Int32 index, String value) | |
= | Remove (String value) | |
= | RemoveAt (Int32 index) | |
= | Count | |
= | IsReadOnly | |
= | IsSynchronized | |
= | Item [Int32 index] | |
= | SyncRoot |
System.Collections.Specialized.StringEnumerator = | ||
---|---|---|
= | MoveNext () | |
= | Reset () | |
= | Current |
System.Collections.Specialized.StringDictionary = | ||
---|---|---|
= | .ctor () | |
= | Add (String key, String value) | |
= | Clear () | |
= | ContainsKey (String key) | |
= | ContainsValue (String value) | |
= | CopyTo (Array array, Int32 index) | |
= | GetEnumerator () | |
= | Remove (String key) | |
= | Count | |
= | IsSynchronized | |
= | Item [String key] | |
= | Keys | |
= | SyncRoot | |
= | Values |
Powered by Ricciolo