Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.CopyTo Method

Copies the entire DefinitionCollection to a one-dimensional IDefinition array.

Overload List

Copies the entire DefinitionCollection to a one-dimensional IDefinition array.

public virtual void CopyTo(IDefinition[]);

Copies the entire DefinitionCollection to a one-dimensional IDefinition array, starting at the specified index of the target array.

public virtual void CopyTo(IDefinition[],int);

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace