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