SafeEnumerableHashSet<T>.Enumerator<T> Struct
Definition
public struct SafeEnumerableHashSet<T>.Enumerator<T>
Methods
Dispose Method
public void Dispose()
MoveNext Method
public bool MoveNext()
Returns
bool
Properties
| Name | Description |
|---|---|
| Current | No summary available. |
Current Property
public T Current { get; set; }