Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection Constructor

Initializes a new instance of the TypeScopeCollection class that is empty and has the default initial capacity.

Overload List

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);

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace