C# 클래스 PredictiveCodeSuggestions.Generators.IteratorPopulator

Defines the IteratorPopulator class.
상속: IGeneratorPopulator
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions 1 사용 예제들

공개 메소드들

메소드 설명
Populate ( DataContext context ) : IEnumerable

Populates the specified data context.

비공개 메소드들

메소드 설명
GetModel ( DataContext context ) : Model

Gets the model.

IsEnumerable ( IType type ) : bool

Gets a value indicating whether this instance is enumerable.

메소드 상세

Populate() 공개 메소드

Populates the specified data context.
public Populate ( DataContext context ) : IEnumerable
context DataContext The data context.
리턴 IEnumerable