Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.LookupItemByIndex Method 

[This is preliminary documentation and subject to change.]

Retrieves the object at the given index in the collection.

[Visual Basic]
Overridable Public Function LookupItemByIndex( _
   ByVal index As Integer _
) As NamedObjectBase
[C#]
public virtual NamedObjectBase LookupItemByIndex(
   int index
);

Parameters

index
The index of the object to retrieve.

Return Value

A reference to the object at the given index in the collection.

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace