Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.Contains Method 

Determines whether a given NamespaceDecl is in the NamespaceDeclCollection.

public virtual bool Contains(
   NamespaceDecl item
);

Parameters

item
The NamespaceDecl to check for.

Return Value

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

See Also

NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace