Copies the entire CustomAttributeCollection
to a one-dimensional CustomAttribute array.
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);
CustomAttributeCollection Class | DDW.CSharp.Dom Namespace