TypeReferenceHandleCollection.Enumerator Struktura
Definice
public: value class TypeReferenceHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::TypeReferenceHandle>
public struct TypeReferenceHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.TypeReferenceHandle>
type TypeReferenceHandleCollection.Enumerator = struct
interface IEnumerator<TypeReferenceHandle>
interface IEnumerator
interface IDisposable
Public Structure TypeReferenceHandleCollection.Enumerator
Implements IEnumerator(Of TypeReferenceHandle)
- Dědičnost
- Implementuje
Vlastnosti
Current |
Získá prvek v kolekci na aktuální pozici čítače výčtu.Gets the element in the collection at the current position of the enumerator. |
Metody
MoveNext() |
Posune enumerátor na další prvek kolekce.Advances the enumerator to the next element of the collection. |
Explicitní implementace rozhraní
IDisposable.Dispose() |
Provede aplikací definované úlohy spojené s uvolněním nebo resetováním nespravovaných prostředků.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
IEnumerator.Current |
Získá prvek v kolekci na aktuální pozici čítače výčtu.Gets the element in the collection at the current position of the enumerator. |
IEnumerator.Reset() |
Nastaví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci.Sets the enumerator to its initial position, which is before the first element in the collection. |