Goblin - A Platform for 3D AR and VR Applications

RankSpecifierCollection.Remove Method 

Removes the first occurrence of a specific RankSpecifier from the RankSpecifierCollection.

public virtual void Remove(
   RankSpecifier item
);

Parameters

item
The RankSpecifier to remove from the RankSpecifierCollection.

Exceptions

Exception Type Condition
ArgumentException The specified RankSpecifier was not found in the RankSpecifierCollection.

See Also

RankSpecifierCollection Class | DDW.CSharp.Dom Namespace