AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a specific AssociationKey

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

Parameters

value
The AssociationKey object to remove

Remarks

Uses the list.Remove() method

See Also

AssociationKeyCollection Class | AtomsFramework Namespace