Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.Remove Method 

Removes the first occurrence of a specific IDefinition from the DefinitionCollection.

public virtual void Remove(
   IDefinition item
);

Parameters

item
The IDefinition to remove from the DefinitionCollection.

Exceptions

Exception Type Condition
ArgumentException The specified IDefinition was not found in the DefinitionCollection.

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace