SortEntryVector.Append(SortEntry) Method

Definition

Appends a sort entry to the end of the collection.

void Append(SortEntry const& value);
public void Append(SortEntry value);
function append(value)
Public Sub Append (value As SortEntry)

Parameters

value
SortEntry

The sort entry to append to the collection.

Implements

Applies to