Skip to main content

Auki::Ark::BitwiseNativeArrayView::Enumerator

Enumerator for a BitwiseNativeArrayView.

Inherits from IEnumerator< bool >, IEnumerator, IDisposable

Public Functions

Name
Enumerator(in BitwiseNativeArrayView array)
Constructor for enumerator.
voidDispose()
Dispose of enumerator.
boolMoveNext()
Move to next enumerated element.
voidReset()
Resets enumerator.

Public Properties

Name
boolCurrent
Returns value of current element.
object IEnumerator.Current

Public Functions Documentation

function Enumerator

Enumerator(
in BitwiseNativeArrayView array
)

Constructor for enumerator.

Parameters:

  • array Array to enumerate

function Dispose

void Dispose()

Dispose of enumerator.

function MoveNext

bool MoveNext()

Move to next enumerated element.

Return:

function Reset

void Reset()

Resets enumerator.

Public Property Documentation

property Current

bool Current;

Returns value of current element.

property Current

object IEnumerator. Current;