Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.CopyTo Method

Copies the entire CustomAttributeCollection to a one-dimensional CustomAttribute array.

Overload List

Copies the entire CustomAttributeCollection to a one-dimensional CustomAttribute array.

public virtual void CopyTo(CustomAttribute[]);

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

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

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace