DisposableListT Class |
Namespace: Gile.AutoCAD.R20.Extension
public class DisposableList<T> : List<T>, IDisposableCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IDisposable where T : IDisposable
The DisposableListT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisposableListT |
Creates a new empty instance.
|
![]() | DisposableListT(DBObjectCollection) |
Creates a new instance by copying the collection items.
|
![]() | DisposableListT(IEnumerableT) |
Creates a new instance by copying the sequence items.
|
![]() | DisposableListT(Int32) |
Creates a new empty instance.
|
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from ListT.) |
![]() | Count | (Inherited from ListT.) |
![]() | Item | (Inherited from ListT.) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from ListT.) |
![]() | AddRange | (Inherited from ListT.) |
![]() | AsReadOnly | (Inherited from ListT.) |
![]() | BinarySearch(T) | (Inherited from ListT.) |
![]() | BinarySearch(T, IComparerT) | (Inherited from ListT.) |
![]() | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListT.) |
![]() | Clear | (Inherited from ListT.) |
![]() | Contains | (Inherited from ListT.) |
![]() | ConvertAllTOutput | (Inherited from ListT.) |
![]() | CopyTo(T) | (Inherited from ListT.) |
![]() | CopyTo(T, Int32) | (Inherited from ListT.) |
![]() | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListT.) |
![]() | Dispose |
Disposes of all items.
|
![]() | Equals | (Inherited from Object.) |
![]() | Exists | (Inherited from ListT.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Find | (Inherited from ListT.) |
![]() | FindAll | (Inherited from ListT.) |
![]() | FindIndex(PredicateT) | (Inherited from ListT.) |
![]() | FindIndex(Int32, PredicateT) | (Inherited from ListT.) |
![]() | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListT.) |
![]() | FindLast | (Inherited from ListT.) |
![]() | FindLastIndex(PredicateT) | (Inherited from ListT.) |
![]() | FindLastIndex(Int32, PredicateT) | (Inherited from ListT.) |
![]() | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListT.) |
![]() | ForEach | (Inherited from ListT.) |
![]() | GetEnumerator | (Inherited from ListT.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRange | (Inherited from ListT.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from ListT.) |
![]() | IndexOf(T, Int32) | (Inherited from ListT.) |
![]() | IndexOf(T, Int32, Int32) | (Inherited from ListT.) |
![]() | Insert | (Inherited from ListT.) |
![]() | InsertRange | (Inherited from ListT.) |
![]() | LastIndexOf(T) | (Inherited from ListT.) |
![]() | LastIndexOf(T, Int32) | (Inherited from ListT.) |
![]() | LastIndexOf(T, Int32, Int32) | (Inherited from ListT.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from ListT.) |
![]() | RemoveAll | (Inherited from ListT.) |
![]() | RemoveAt | (Inherited from ListT.) |
![]() | RemoveRange(IEnumerableT) |
Removes items from the active instance.
|
![]() | RemoveRange(Int32, Int32) | (Inherited from ListT.) |
![]() | Reverse | (Inherited from ListT.) |
![]() | Reverse(Int32, Int32) | (Inherited from ListT.) |
![]() | Sort | (Inherited from ListT.) |
![]() | Sort(ComparisonT) | (Inherited from ListT.) |
![]() | Sort(IComparerT) | (Inherited from ListT.) |
![]() | Sort(Int32, Int32, IComparerT) | (Inherited from ListT.) |
![]() | ToArray | (Inherited from ListT.) |
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess | (Inherited from ListT.) |
![]() | TrueForAll | (Inherited from ListT.) |
Name | Description | |
---|---|---|
![]() | DisposeAllT |
Disposes of all items of the sequence.
(Defined by IEnumerableExtension.) |
![]() | ForEachT(ActionT) | Overloaded.
Runs the action for each item of the collection.
(Defined by IEnumerableExtension.) |
![]() | ForEachT(ActionT, Int32) | Overloaded.
Runs the indexed action for each item of the collection.
(Defined by IEnumerableExtension.) |
![]() | MaxByT, TKey |
Gets the greatest item of the sequence using comparer with the selector function returned values.
(Defined by IEnumerableExtension.) |
![]() | MinByT, TKey |
Gets the smallest item of the sequence using the comparer with the selector function returned values.
(Defined by IEnumerableExtension.) |