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