Click or drag to resize

ModAsyncOperationMoveNext Method

IEnumerator.MoveNext() implementation.

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool MoveNext()

Return Value

Type: Boolean
True if the enumerator advanced successfully or false if not

Implements

IEnumeratorMoveNext
See Also