Initializes a new instance of the ScopeCollection
class that is empty and has the default initial capacity.
Initializes a new instance of the ScopeCollection
class that is empty and has the default initial capacity.
public ScopeCollection();
Initializes a new instance of the ScopeCollection
class that contains elements copied from the specified Scope array.
public ScopeCollection(Scope[]);
Initializes a new instance of the ScopeCollection
class that contains elements copied from the specified ScopeCollection
.
public ScopeCollection(ScopeCollection);
protected ScopeCollection(Tag);
Initializes a new instance of the ScopeCollection
class that has the specified initial capacity.
public ScopeCollection(int);
ScopeCollection Class | DDW.CSharp.SymbolTable Namespace