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