Goblin - A Platform for 3D AR and VR Applications

StatementCollection Constructor

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

Overload List

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

public StatementCollection();

Initializes a new instance of the StatementCollection class that contains elements copied from the specified Statement array.

public StatementCollection(Statement[]);

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

public StatementCollection(StatementCollection);

 

protected StatementCollection(Tag);

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

public StatementCollection(int);

See Also

StatementCollection Class | DDW.CSharp.Dom Namespace