다음을 통해 공유


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> 캐시된 값 집합을 반복하는 입니다.

구현

적용 대상