KeyInfo.GetEnumerator Metoda

Definice

Vrátí výčet KeyInfoClause objektů v objektu KeyInfo .

Přetížení

Name Description
GetEnumerator()

Vrátí výčet KeyInfoClause objektů v objektu KeyInfo .

GetEnumerator(Type)

Vrátí enumerátor KeyInfoClause objektů zadaného typu v objektu KeyInfo .

GetEnumerator()

Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs

Vrátí výčet KeyInfoClause objektů v objektu KeyInfo .

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Návraty

Výčet dílčích KeyInfo částí, které lze použít k iteraci v kolekci.

Implementuje

Poznámky

Dva enumerátory převzaté ze stejné kolekce ve stejnou dobu nemusí nutně vracet stejnou iteraci.

Nejprve musí být enumerátor umístěn před prvním prvkem kolekce a musí být rozšířen volajícím implementace před použitím.

Platí pro

GetEnumerator(Type)

Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs
Zdroj:
KeyInfo.cs

Vrátí enumerátor KeyInfoClause objektů zadaného typu v objektu KeyInfo .

public:
 System::Collections::IEnumerator ^ GetEnumerator(Type ^ requestedObjectType);
public System.Collections.IEnumerator GetEnumerator(Type requestedObjectType);
member this.GetEnumerator : Type -> System.Collections.IEnumerator
Public Function GetEnumerator (requestedObjectType As Type) As IEnumerator

Parametry

requestedObjectType
Type

Typ objektu, který chcete vytvořit výčet.

Návraty

Výčet dílčích KeyInfo částí, které lze použít k iteraci v kolekci.

Poznámky

Dva enumerátory převzaté ze stejné kolekce ve stejnou dobu nemusí nutně vracet stejnou iteraci.

Nejprve musí být enumerátor umístěn před prvním prvkem kolekce a musí být rozšířen volajícím implementace před použitím.

Platí pro