AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds an AssociationKey to the collection.

[Visual Basic]
Public Sub Add( _
   ByVal value As AssociationKey _
)
[C#]
public void Add(
   AssociationKey value
);

Parameters

value
A valid (non-null) AssociationKey obejct

Remarks

The value is added to the end of the collection.

See Also

AssociationKeyCollection Class | AtomsFramework Namespace