Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection Constructor

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

Overload List

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

public ExpressionRootCollection();

Initializes a new instance of the ExpressionRootCollection class that contains elements copied from the specified ExpressionRoot array.

public ExpressionRootCollection(ExpressionRoot[]);

Initializes a new instance of the ExpressionRootCollection class that contains elements copied from the specified ExpressionRootCollection.

public ExpressionRootCollection(ExpressionRootCollection);

 

protected ExpressionRootCollection(Tag);

Initializes a new instance of the ExpressionRootCollection class that has the specified initial capacity.

public ExpressionRootCollection(int);

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace