AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.Item Property

[This is preliminary documentation and subject to change.]

Obtains the AssociationKey at the indicated position in the collection.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As AssociationKey
[C#]
public AssociationKey this[
   int index
] {get;}

Parameters

index
The required position in the collection

Property Value

An AssociationKey object

Remarks

If index is outside of the collection bounds and exception will be thrown.

See Also

AssociationKeyCollection Class | AtomsFramework Namespace