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

Inheritance: ICollection
Mostrar archivo Open project: ComponentFactory/Quicksilver

Public Methods

Method 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 method

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

CopyTo() public method

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.
return void

GetEnumerator() public method

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
return IEnumerator