Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a IDefinition in the DefinitionCollection.

public virtual int IndexOf(
   IDefinition item
);

Parameters

item
The IDefinition to locate in the DefinitionCollection.

Return Value

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

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace