| Namespace: | Sirenix.Utilities |
| Assembly: | Sirenix.Utilities |
public struct HashsetIterator<T> : IDisposable
public HashsetIterator(HashSet<T> hashset)
| System.Collections.Generic.HashSet<T> | hashset |
public T Current { get; }
public void Dispose()
public GarbageFreeIterators.HashsetIterator<T> GetEnumerator()
| GarbageFreeIterators.HashsetIterator<T> |
public bool MoveNext()
| System.Boolean |