HashSetTKey, TValueEnumeratorReset - метод

Sets the enumerator to its initial position, which is before the first element in the collection.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public void Reset()

Реализации

IEnumeratorReset

Исключения

InvalidOperationExceptionThe collection was modified after the enumerator was created.

См. также