Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.Remove Method 

Removes the first occurrence of a specific MemberDecl from the MemberDeclCollection.

public virtual void Remove(
   MemberDecl item
);

Parameters

item
The MemberDecl to remove from the MemberDeclCollection.

Exceptions

Exception Type Condition
ArgumentException The specified MemberDecl was not found in the MemberDeclCollection.

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace