C# Класс Hd.QueryExtensions.WhereClauseCollection.WhereClauseGroupEnumerator

Enumerator that can iterate through a WhereClauseGroupCollection.
Наследование: IEnumerator
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
MoveNext ( ) : bool

Advances the enumerator to the next of the .

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the .

WhereClauseGroupEnumerator ( WhereClauseCollection mappings ) : System

Initializes a new instance of .

Описание методов

MoveNext() публичный Метод

Advances the enumerator to the next of the .
public MoveNext ( ) : bool
Результат bool

Reset() публичный Метод

Sets the enumerator to its initial position, which is before the first element in the .
public Reset ( ) : void
Результат void

WhereClauseGroupEnumerator() публичный Метод

Initializes a new instance of .
public WhereClauseGroupEnumerator ( WhereClauseCollection mappings ) : System
mappings WhereClauseCollection
Результат System