Goblin - A Platform for 3D AR and VR Applications

ScopeCollection Constructor

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

Overload List

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

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace