Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.CopyTo Method (CustomAttribute[], Int32)

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

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

Parameters

array
The one-dimensional CustomAttribute array to copy to.
start
The zero-based index in array at which copying begins.

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace | CustomAttributeCollection.CopyTo Overload List