Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.Contains Method 

Determines whether a given TypeScope is in the TypeScopeCollection.

public virtual bool Contains(
   TypeScope item
);

Parameters

item
The TypeScope to check for.

Return Value

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

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace