AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.IndexOf Method 

[This is preliminary documentation and subject to change.]

Determines the postiion of an AssociationKey object in the collection

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

Parameters

value
The AssociationKey object to locate

Return Value

The position of the object (if found)

Remarks

Uses the list.IndexOf() method

See Also

AssociationKeyCollection Class | AtomsFramework Namespace