Struct ComparerEquatableArray<T>.Enumerator
An equatable array enumerator.
Namespace: Singulink.Collections
Assembly: Singulink.Collections.dll
Syntax
public struct ComparerEquatableArray<T>.Enumerator
Properties
| Name | Description |
|---|---|
| Current | Gets the enumerator's current element. |
Methods
| Name | Description |
|---|---|
| MoveNext() | Advances the enumerator to the next element of the equatable array, or returns false if the end of the collection is reached. |