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