HashSet<'T>.Enumerator Methods
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by a HashSet<'T>.Enumerator object. |
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | MoveNext() | Advances the enumerator to the next element of the HashSet<'T> collection. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator.Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |
Show:


