IDisposableCollectionT Methods |
The IDisposableCollectionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from ICollectionT.) | |
| AddRange |
Adds items to the sequence.
| |
| Clear | (Inherited from ICollectionT.) | |
| Contains | (Inherited from ICollectionT.) | |
| CopyTo | (Inherited from ICollectionT.) | |
| Dispose | (Inherited from IDisposable.) | |
| GetEnumerator | (Inherited from IEnumerableT.) | |
| Remove | (Inherited from ICollectionT.) | |
| RemoveRange |
Removes items from the sequence.
|
| 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.) |