Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a MemberDecl in the MemberDeclCollection.

public virtual int IndexOf(
   MemberDecl item
);

Parameters

item
The MemberDecl to locate in the MemberDeclCollection.

Return Value

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

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace