Method | Description | |
---|---|---|
CompoundMetaElementCollection ( |
Initialize a new instance of the CompoundMetaElementCollection class.
|
|
CopyTo ( |
Copies the elements from the collection to the array.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
public CompoundMetaElementCollection ( |
||
collection | Reference to collection. | |
return | System |
public CopyTo ( |
||
array | Array that is the destination for copying. | |
index | int | Zero-based index in the array at which copying begins. |
return | void |