Summary
A
Comparer<T> that delegates
comparison to a key-selector function, with an optional inner
comparer for the key type.
- Namespace
-
GitVersion
.Helpers - Base Types
-
- object
graph BT Type-->Base0["object"]
Type["LambdaKeyComparer<TSource, TKey>"] class Type
type-node
Syntax
public class LambdaKeyComparer<TSource, TKey>
Type Parameters
| Name | Description |
|---|---|
| TSource | |
| TKey |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|