次の方法で共有


EntityCollection<TEntity>.GetEnumerator メソッド

定義

コレクションのオブジェクトを反復処理するために使用される列挙子を返します。

public System.Collections.Generic.IEnumerator<TEntity> GetEnumerator();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Entity (requires 'Entity : null)>
Public Function GetEnumerator () As IEnumerator(Of TEntity)

戻り値

IEnumerator<TEntity>

IEnumeratorによってキャッシュされた値のセットを反復処理する EntityCollection<TEntity>

実装

適用対象