Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection Constructor

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

Overload List

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

public TypeRefCollection();

Initializes a new instance of the TypeRefCollection class that contains elements copied from the specified TypeRef array.

public TypeRefCollection(TypeRef[]);

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

public TypeRefCollection(TypeRefCollection);

 

protected TypeRefCollection(Tag);

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

public TypeRefCollection(int);

See Also

TypeRefCollection Class | DDW.CSharp.Dom Namespace