DisposableSetT Class |
Namespace: Gile.AutoCAD.R20.Extension
public class DisposableSet<T> : HashSet<T>, IDisposableCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IDisposable where T : IDisposable
The DisposableSetT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisposableSetT |
Creates a new empty instance using the default comparer.
|
![]() | DisposableSetT(IEnumerableT) |
Creates a new instance using the default comparer by copying the sequence items.
|
![]() | DisposableSetT(IEqualityComparerT) |
Creates a new empty instance using the specified comparer.
|
![]() | DisposableSetT(IEnumerableT, IEqualityComparerT) |
Creates a new instance using the specified comparer by copying the sequence items.
|
Name | Description | |
---|---|---|
![]() | Add | (Inherited from HashSetT.) |
![]() | AddRange |
Adds items to the active instance.
|
![]() | Clear | (Inherited from HashSetT.) |
![]() | Contains | (Inherited from HashSetT.) |
![]() | CopyTo(T) | (Inherited from HashSetT.) |
![]() | CopyTo(T, Int32) | (Inherited from HashSetT.) |
![]() | CopyTo(T, Int32, Int32) | (Inherited from HashSetT.) |
![]() | Dispose |
Disposes of all items.
|
![]() | Equals | (Inherited from Object.) |
![]() | ExceptWith | (Inherited from HashSetT.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from HashSetT.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from HashSetT.) |
![]() | GetType | (Inherited from Object.) |
![]() | IntersectWith | (Inherited from HashSetT.) |
![]() | IsProperSubsetOf | (Inherited from HashSetT.) |
![]() | IsProperSupersetOf | (Inherited from HashSetT.) |
![]() | IsSubsetOf | (Inherited from HashSetT.) |
![]() | IsSupersetOf | (Inherited from HashSetT.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from HashSetT.) |
![]() | Overlaps | (Inherited from HashSetT.) |
![]() | Remove | (Inherited from HashSetT.) |
![]() | RemoveRange |
Removes items from the active instance.
|
![]() | RemoveWhere | (Inherited from HashSetT.) |
![]() | SetEquals | (Inherited from HashSetT.) |
![]() | SymmetricExceptWith | (Inherited from HashSetT.) |
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess | (Inherited from HashSetT.) |
![]() | TryGetValue | (Inherited from HashSetT.) |
![]() | UnionWith | (Inherited from HashSetT.) |
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.) |