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

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

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

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

Initialize a new instance of the CompoundMetaElementCollection class.

CopyTo ( Array array, int index ) : void

Copies the elements from the collection to the array.

GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

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

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

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

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

Copies the elements from the collection to the array.
public CopyTo ( Array array, int index ) : void
array System.Array Array that is the destination for copying.
index int Zero-based index in the array at which copying begins.
Результат void

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

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator