Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.Remove Method 

Removes the first occurrence of a specific CustomAttribute from the CustomAttributeCollection.

public virtual void Remove(
   CustomAttribute item
);

Parameters

item
The CustomAttribute to remove from the CustomAttributeCollection.

Exceptions

Exception Type Condition
ArgumentException The specified CustomAttribute was not found in the CustomAttributeCollection.

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace