WithDeterministicOrder<T>(IEnumerable<T>)
Declaration
public static IOrderedEnumerable<T> WithDeterministicOrder<T>(this IEnumerable<T> source) where T : class, IDeclarationParameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | source |
Returns
| Type | Description |
|---|---|
| IOrderedEnumerable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |