Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.Remove Method 

Removes the first occurrence of a specific NamespaceDecl from the NamespaceDeclCollection.

public virtual void Remove(
   NamespaceDecl item
);

Parameters

item
The NamespaceDecl to remove from the NamespaceDeclCollection.

Exceptions

Exception Type Condition
ArgumentException The specified NamespaceDecl was not found in the NamespaceDeclCollection.

See Also

NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace