Goblin - A Platform for 3D AR and VR Applications

RankSpecifierCollection Constructor

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

Overload List

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

public RankSpecifierCollection();

Initializes a new instance of the RankSpecifierCollection class that contains elements copied from the specified RankSpecifier array.

public RankSpecifierCollection(RankSpecifier[]);

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

public RankSpecifierCollection(RankSpecifierCollection);

 

protected RankSpecifierCollection(Tag);

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

public RankSpecifierCollection(int);

See Also

RankSpecifierCollection Class | DDW.CSharp.Dom Namespace