Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.Contains Method 

Determines whether a given TypeDecl is in the TypeDeclCollection.

public virtual bool Contains(
   TypeDecl item
);

Parameters

item
The TypeDecl to check for.

Return Value

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

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace