Для изменения размера нажмите или перетащите

StreamApplicationPackageFileEnumeratorMoveNext - метод

Advances the enumerator to the next element of the collection.

Пространство имён:  Tessa.Applications.Synchronization
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public bool MoveNext()

Возвращаемое значение

Тип: Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Реализации

IEnumeratorMoveNext
Исключения
ИсключениеУсловие
InvalidOperationExceptionThe collection was modified after the enumerator was created.
ObjectDisposedExceptionEnumerator is disposed
См. также