Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(CustomAttribute[]);

Adds the elements of another CustomAttributeCollection to the current CustomAttributeCollection.

public virtual int AddRange(CustomAttributeCollection);

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace