Aracılığıyla paylaş


EntityCollection<TEntity>.GetEnumerator Yöntem

Tanım

Koleksiyondaki nesneler arasında yineleme yapmak için kullanılan bir numaralandırıcı döndürür.

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)

Döndürülenler

IEnumerator<TEntity>

IEnumerator tarafından EntityCollection<TEntity>önbelleğe alınan değer kümesinde yinelenen bir.

Uygulamalar

Şunlara uygulanır