Click or drag to resize
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
)

Parameters

p_FieldNames
Type: System.Collections.GenericListString
The field names.
p_Directions
Type: VectorOfInteger
The directions.
See Also