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