IDisposableCollectionT Interface |
Namespace: Gile.AutoCAD.R20.Extension
public interface IDisposableCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable, IDisposable where T : IDisposable
The IDisposableCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | (Inherited from ICollectionT.) |
![]() | IsReadOnly | (Inherited from ICollectionT.) |
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.) |