Goblin - A Platform for 3D AR and VR Applications

AssemblyReferenceCollection.CopyTo Method

Copies the entire AssemblyReferenceCollection to a one-dimensional AssemblyReference array.

Overload List

Copies the entire AssemblyReferenceCollection to a one-dimensional AssemblyReference array.

public virtual void CopyTo(AssemblyReference[]);

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

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

See Also

AssemblyReferenceCollection Class | DDW.CSharp.Dom Namespace