XOrderBy Constructor (ListString, VectorOfInteger) |
Initializes a new instance of the
XOrderBy class.
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XOrderBy(
List<string> p_FieldNames,
VectorOfInteger p_Directions
)
Public Sub New (
p_FieldNames As List(Of String),
p_Directions As VectorOfInteger
)
Parameters
- p_FieldNames
- Type: System.Collections.GenericListString
The field names. - p_Directions
- Type: VectorOfInteger
The directions.
See Also