C# Class ComponentFactory.Quicksilver.Layout.MetaElementCollection.CompoundMetaElementCollection

Inheritance: ICollection
Afficher le fichier Open project: ComponentFactory/Quicksilver

Méthodes publiques

Méthode Description
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.

Method Details

CompoundMetaElementCollection() public méthode

Initialize a new instance of the CompoundMetaElementCollection class.
public CompoundMetaElementCollection ( MetaElementCollection collection ) : System
collection MetaElementCollection Reference to collection.
Résultat System

CopyTo() public méthode

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.
Résultat void

GetEnumerator() public méthode

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator