AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.CopyTo Method 

[This is preliminary documentation and subject to change.]

Copys the collection to an array of AssiciationKey objects.

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

Parameters

array
The array to being copied to.
index
The index position in the array where copying begins

Remarks

Uses the list.CopyTo() method.

See Also

AssociationKeyCollection Class | AtomsFramework Namespace