Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.IndexOf Method 

[This is preliminary documentation and subject to change.]

Returns an index of the in the collection.

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

Parameters

instance
The object whose index we're looking for.

Return Value

The index of the if found; -1 otherwise.

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace