Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection.Contains Method 

Determines whether a given TypeRef is in the TypeRefCollection.

public virtual bool Contains(
   TypeRef item
);

Parameters

item
The TypeRef to check for.

Return Value

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

See Also

TypeRefCollection Class | DDW.CSharp.Dom Namespace