'Declaration Public Function MoveNext() As Boolean
'Usage Dim instance As ImGearARTGroupEnumerator Dim value As Boolean value = instance.MoveNext()
public bool MoveNext()
public: bool MoveNext();
public: bool MoveNext();
Return Value
Boolean value.
'Declaration Public Function MoveNext() As Boolean
'Usage Dim instance As ImGearARTGroupEnumerator Dim value As Boolean value = instance.MoveNext()
public bool MoveNext()
public: bool MoveNext();
public: bool MoveNext();
True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.