Goblin - A Platform for 3D AR and VR Applications

AssemblyReferenceCollection Constructor

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

Overload List

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

public AssemblyReferenceCollection();

Initializes a new instance of the AssemblyReferenceCollection class that contains elements copied from the specified AssemblyReference array.

public AssemblyReferenceCollection(AssemblyReference[]);

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

public AssemblyReferenceCollection(AssemblyReferenceCollection);

 

protected AssemblyReferenceCollection(Tag);

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

public AssemblyReferenceCollection(int);

See Also

AssemblyReferenceCollection Class | DDW.CSharp.Dom Namespace