Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.Add Method 

Adds a CustomAttribute to the end of the CustomAttributeCollection.

public virtual int Add(
   CustomAttribute item
);

Parameters

item
The CustomAttribute to be added to the end of the CustomAttributeCollection.

Return Value

The index at which the value has been added.

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace