[]
Configurates SortDescriptions. Sets the sort descriptions with a name list in ascending order.
public TBuilder OrderBy(params string[] names)
Type | Name | Description |
---|---|---|
string[] | names | A name list sorting by in ascending order. |
Type | Description |
---|---|
TBuilder | Current builder. |