Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection Constructor

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

Overload List

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

public CustomAttributeCollection();

Initializes a new instance of the CustomAttributeCollection class that contains elements copied from the specified CustomAttribute array.

public CustomAttributeCollection(CustomAttribute[]);

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

public CustomAttributeCollection(CustomAttributeCollection);

 

protected CustomAttributeCollection(Tag);

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

public CustomAttributeCollection(int);

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace