ImportDefinitionCollection.Enumerator Struktura

Definice

public: value class ImportDefinitionCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::ImportDefinition>
public struct ImportDefinitionCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.ImportDefinition>
type ImportDefinitionCollection.Enumerator = struct
    interface IEnumerator<ImportDefinition>
    interface IEnumerator
    interface IDisposable
Public Structure ImportDefinitionCollection.Enumerator
Implements IEnumerator(Of ImportDefinition)
Dědičnost
ImportDefinitionCollection.Enumerator
Implementuje

Vlastnosti

Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

Metody

MoveNext()

Posune enumerátor na další prvek kolekce.

Reset()

Nastaví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IDisposable.Dispose()

Provede aplikací definované úlohy spojené s uvolněním nebo resetováním nespravovaných prostředků.

IEnumerator.Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

Platí pro