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 ... 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ...
![]() | System.Collections.Generic.List`1 + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | Add (T item) |
![]() | + | AddRange (IEnumerable`1 collection) |
![]() | + | AsReadOnly () |
![]() | + | BinarySearch (Int32 index, Int32 count, T item, IComparer`1 comparer) |
![]() | + | BinarySearch (T item) |
![]() | + | BinarySearch (T item, IComparer`1 comparer) |
![]() | + | Clear () |
![]() | + | Contains (T item) |
![]() | + | ConvertAll (Converter`2 converter) |
![]() | + | CopyTo (T[] array) |
![]() | + | CopyTo (Int32 index, T[] array, Int32 arrayIndex, Int32 count) |
![]() | + | CopyTo (T[] array, Int32 arrayIndex) |
![]() | + | Exists (Predicate`1 match) |
![]() | + | Find (Predicate`1 match) |
![]() | + | FindAll (Predicate`1 match) |
![]() | + | FindIndex (Predicate`1 match) |
![]() | + | FindIndex (Int32 startIndex, Predicate`1 match) |
![]() | + | FindIndex (Int32 startIndex, Int32 count, Predicate`1 match) |
![]() | + | FindLast (Predicate`1 match) |
![]() | + | FindLastIndex (Predicate`1 match) |
![]() | + | FindLastIndex (Int32 startIndex, Predicate`1 match) |
![]() | + | FindLastIndex (Int32 startIndex, Int32 count, Predicate`1 match) |
![]() | + | ForEach (Action`1 action) |
![]() | + | GetEnumerator () |
![]() | + | GetRange (Int32 index, Int32 count) |
![]() | + | IndexOf (T item) |
![]() | + | IndexOf (T item, Int32 index) |
![]() | + | IndexOf (T item, Int32 index, Int32 count) |
![]() | + | Insert (Int32 index, T item) |
![]() | + | InsertRange (Int32 index, IEnumerable`1 collection) |
![]() | + | LastIndexOf (T item) |
![]() | + | LastIndexOf (T item, Int32 index) |
![]() | + | LastIndexOf (T item, Int32 index, Int32 count) |
![]() | + | Remove (T item) |
![]() | + | RemoveAll (Predicate`1 match) |
![]() | + | RemoveAt (Int32 index) |
![]() | + | RemoveRange (Int32 index, Int32 count) |
![]() | + | Reverse () |
![]() | + | Reverse (Int32 index, Int32 count) |
![]() | + | Sort () |
![]() | + | Sort (IComparer`1 comparer) |
![]() | + | Sort (Int32 index, Int32 count, IComparer`1 comparer) |
![]() | + | Sort (Comparison`1 comparison) |
![]() | + | ToArray () |
![]() | + | TrimExcess () |
![]() | + | TrueForAll (Predicate`1 match) |
+ | Enumerator | |
![]() | + | Capacity |
![]() | + | Count |
![]() | + | Item [Int32 index] |
![]() | System.Collections.ObjectModel.Collection`1 + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | Add (T item) |
![]() | + | Clear () |
![]() | + | Contains (T item) |
![]() | + | CopyTo (T[] array, Int32 index) |
![]() | + | GetEnumerator () |
![]() | + | IndexOf (T item) |
![]() | + | Insert (Int32 index, T item) |
![]() | + | Remove (T item) |
![]() | + | RemoveAt (Int32 index) |
![]() | + | Count |
![]() | + | Item [Int32 index] |
![]() | System.Collections.ObjectModel.ReadOnlyCollection`1 + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | Contains (T value) |
![]() | + | CopyTo (T[] array, Int32 index) |
![]() | + | GetEnumerator () |
![]() | + | IndexOf (T value) |
![]() | + | Count |
![]() | + | Item [Int32 index] |
![]() | System.Collections.ObjectModel.KeyedCollection`2 + | |
---|---|---|
![]() | + | Contains (TKey key) |
![]() | + | Remove (TKey key) |
![]() | + | Comparer |
![]() | + | Item [TKey key] |
![]() | System.Diagnostics.ConditionalAttribute = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | ConditionString |
![]() | System.Diagnostics.Debugger = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | DefaultCategory |
![]() | = | Break () |
![]() | = | IsLogging () |
![]() | = | Launch () |
![]() | = | Log (Int32 level, String category, String message) |
![]() | = | IsAttached |
![]() | System.Diagnostics.DebuggerStepThroughAttribute = | |
---|---|---|
![]() | = | .ctor () |
![]() | System.Diagnostics.DebuggerStepperBoundaryAttribute + | |
---|---|---|
![]() | + | .ctor () |
![]() | System.Diagnostics.DebuggerHiddenAttribute = | |
---|---|---|
![]() | = | .ctor () |
![]() | System.Diagnostics.DebuggerNonUserCodeAttribute + | |
---|---|---|
![]() | + | .ctor () |
![]() | System.Diagnostics.DebuggableAttribute != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
- | DebuggingModes | |
![]() | - | DebuggingFlags |
![]() | = | IsJITOptimizerDisabled |
![]() | = | IsJITTrackingEnabled |
![]() | System.Diagnostics.DebuggerBrowsableState + | |
---|---|---|
![]() | + | Collapsed |
![]() | + | Never |
![]() | + | RootHidden |
![]() | + | value__ |
![]() | System.Diagnostics.DebuggerBrowsableAttribute + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | State |
![]() | System.Diagnostics.DebuggerTypeProxyAttribute + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | ProxyTypeName |
![]() | + | Target |
![]() | + | TargetTypeName |
Powered by Ricciolo