ComplexPropertyCollection<TComplexProperty>.GetEnumerator メソッド

定義

コレクションの要素を反復処理する列挙子を取得します。

public:
 virtual System::Collections::Generic::IEnumerator<TComplexProperty> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TComplexProperty> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of TComplexProperty)

戻り値

IEnumerator<TComplexProperty>

コレクションの IEnumerator。

実装

適用対象