Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.Contains Method 

Determines whether a given Declarator is in the DeclaratorCollection.

public virtual bool Contains(
   Declarator item
);

Parameters

item
The Declarator to check for.

Return Value

true if item is found in the DeclaratorCollection; otherwise, false.

See Also

DeclaratorCollection Class | DDW.CSharp.Dom Namespace