EntityCollection<TEntity>.GetEnumerator メソッド

定義

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

public:
 virtual System::Collections::Generic::IEnumerator<TEntity> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TEntity> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Entity (requires 'Entity : null and 'Entity :> System.Data.Objects.DataClasses.IEntityWithRelationships)>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Entity (requires 'Entity : null)>
Public Function GetEnumerator () As IEnumerator(Of TEntity)

戻り値

IEnumerator<TEntity>

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

実装

適用対象