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