Auki::ConjureKit::Manna::ArrayView::Enumerator
Inherits from IEnumerator< T >, IEnumerator, IDisposable
Public Functions
| Name | |
|---|---|
| Enumerator(in ArrayView< T > array) | |
| void | Dispose() |
| bool | MoveNext() |
| void | Reset() |
Public Properties
| Name | |
|---|---|
| T | Current |
| object IEnumerator. | Current |
Public Functions Documentation
function Enumerator
Enumerator(
in ArrayView< T > array
)
function Dispose
void Dispose()
function MoveNext
bool MoveNext()
function Reset
void Reset()
Public Property Documentation
property Current
T Current;
property Current
object IEnumerator. Current;