C# Class PredictiveCodeSuggestions.Generators.IteratorPopulator

Defines the IteratorPopulator class.
Inheritance: IGeneratorPopulator
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Public Methods

Method Description
Populate ( DataContext context ) : IEnumerable

Populates the specified data context.

Private Methods

Method Description
GetModel ( DataContext context ) : Model

Gets the model.

IsEnumerable ( IType type ) : bool

Gets a value indicating whether this instance is enumerable.

Method Details

Populate() public method

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