Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.AddRange Method (CustomAttribute[])

Adds the elements of a CustomAttribute array to the current CustomAttributeCollection.

public virtual int AddRange(
   CustomAttribute[] x
);

Parameters

x
The CustomAttribute array whose elements should be added to the end of the CustomAttributeCollection.

Return Value

The new Count of the CustomAttributeCollection.

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace | CustomAttributeCollection.AddRange Overload List