Copies the entire TypeRefCollection
to a one-dimensional TypeRef array.
Copies the entire TypeRefCollection
to a one-dimensional TypeRef array.
public virtual void CopyTo(TypeRef[]);
Copies the entire TypeRefCollection
to a one-dimensional TypeRef array, starting at the specified index of the target array.
public virtual void CopyTo(TypeRef[],int);
TypeRefCollection Class | DDW.CSharp.Dom Namespace