ORM Sample Class Library

CollectionTemplate.IndexOf Method 

Determines the index of a specific item in the Collection.

[Visual Basic]
Public Function IndexOf( _
   ByVal value As BusinessBase _
) As Integer
[C#]
public int IndexOf(
   BusinessBase value
);

Parameters

value
The Object to locate in the Collection.

Return Value

The index of value if found in the Collection, otherwise -1.

See Also

CollectionTemplate Class | OrmLib Namespace


ue="CollectionTemplate class, about CollectionTemplate class">
mObjectClassTopic.htm">Object.

Protected Instance Methods