'DeclarationPublic Function New( _ ByVal key As System.Integer, _ ByVal order As SortOrder, _ ByVal dataOption As SortDataOption _ )
'UsageDim key As System.Integer Dim order As SortOrder Dim dataOption As SortDataOption Dim instance As New SortKey(key, order, dataOption)
public SortKey( System.int key, SortOrder order, SortDataOption dataOption )
Parameters
- key
 - Specifies the zero based index into the range to be sorted.
 - order
 - Specifies whether this key should be sorted in ascending or descending order.
 - dataOption
 - Specifies data options for this key.