C# Класс ComponentFactory.Quicksilver.Layout.MetaElementCollection.CompoundMetaElementCollection.CompoundEnumerator

Наследование: IEnumerator
Показать файл Открыть проект

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

Метод Описание
CompoundEnumerator ( MetaElementCollection collection ) : System

Initialize a new instance of the CompoundEnumerator class.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Reset ( ) : void

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

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

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

Initialize a new instance of the CompoundEnumerator class.
public CompoundEnumerator ( MetaElementCollection collection ) : System
collection MetaElementCollection Reference to collection.
Результат System

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

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

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

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