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