共用方式為


KeyInfo.GetEnumerator 方法

定義

傳回 KeyInfoClause 物件中 KeyInfo 物件的列舉值。

多載

GetEnumerator()

傳回 KeyInfoClause 物件中 KeyInfo 物件的列舉值。

GetEnumerator(Type)

傳回 KeyInfoClause 物件中指定型別 KeyInfo 物件的列舉值。

GetEnumerator()

來源:
KeyInfo.cs
來源:
KeyInfo.cs
來源:
KeyInfo.cs

傳回 KeyInfoClause 物件中 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

傳回

可用來逐一查看集合之 KeyInfo 的子項目列舉值。

實作

備註

同時從相同集合取得的兩個列舉值不一定需要傳回相同的反復專案。

一開始,列舉值必須放在集合的第一個專案之前,而且必須先由實作的呼叫端進階,才能使用。

適用於

GetEnumerator(Type)

來源:
KeyInfo.cs
來源:
KeyInfo.cs
來源:
KeyInfo.cs

傳回 KeyInfoClause 物件中指定型別 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

參數

requestedObjectType
Type

要列舉的物件型別。

傳回

可用來逐一查看集合之 KeyInfo 的子項目列舉值。

備註

同時從相同集合取得的兩個列舉值不一定需要傳回相同的反復專案。

一開始,列舉值必須放在集合的第一個專案之前,而且必須先由實作的呼叫端進階,才能使用。

適用於