Adds the elements of a TypeScope array to the current TypeScopeCollection.
Adds the elements of a TypeScope array to the current TypeScopeCollection.
public virtual int AddRange(TypeScope[]);
Adds the elements of another TypeScopeCollection to the current TypeScopeCollection.
public virtual int AddRange(TypeScopeCollection);
TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace