Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a NamespaceDecl in the NamespaceDeclCollection.

public virtual int IndexOf(
   NamespaceDecl item
);

Parameters

item
The NamespaceDecl to locate in the NamespaceDeclCollection.

Return Value

The zero-based index of the first occurrence of item in the entire NamespaceDeclCollection, if found; otherwise, -1.

See Also

NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace