Summary
Specifies a comparer to use for the ordering.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- OrderBy
Syntax
public OrderBy WithComparer(IComparer<Object> comparer)
Parameters
Name | Type | Description |
---|---|---|
comparer | IComparer |
The comparer to use. |
Return Value
Type | Description |
---|---|
OrderBy | The current module instance. |