Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.AddRange Method (CustomAttributeCollection)

Adds the elements of another CustomAttributeCollection to the current CustomAttributeCollection.

public virtual int AddRange(
   CustomAttributeCollection x
);

Parameters

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

Return Value

The new Count of the CustomAttributeCollection.

See Also

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