ArgumentEnumeratorMoveNext - метод
Advances the enumerator to the next element of the collection.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
Public Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
IEnumeratorMoveNext ObjectDisposedException | The ArgumentEnumerator has been disposed. |