Interface IEnumerator

Index

Methods

Methods

public get_current(): T in IEnumerator<T>

Returns

T in IEnumerator<T>

public moveNext(): boolean

Returns

boolean

public reset()