AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts an AssociationKey object at a specified position in the collection.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As AssociationKey _
)
[C#]
public void Insert(
   int index,
   AssociationKey value
);

Parameters

index
The position to insert at.
value
The AssociationKey to insert.

Remarks

Uses the standard list.Insert() method.

See Also

AssociationKeyCollection Class | AtomsFramework Namespace