C# Класс PredictiveCodeSuggestions.Generators.IteratorPopulator

Defines the IteratorPopulator class.
Наследование: IGeneratorPopulator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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