Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection Constructor

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

Overload List

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

public ExpressionCollection();

Initializes a new instance of the ExpressionCollection class that contains elements copied from the specified Expression array.

public ExpressionCollection(Expression[]);

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

public ExpressionCollection(ExpressionCollection);

 

protected ExpressionCollection(Tag);

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

public ExpressionCollection(int);

See Also

ExpressionCollection Class | DDW.CSharp.Dom Namespace