 | ProjectionComparerTSource, TKey Constructor (FuncTSource, TKey) |
Creates a new instance using the specified projection, which must not be null.
The default comparer for the projected type is used.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic ProjectionComparer(
Func<TSource, TKey> projection
)
Public Sub New (
projection As Func(Of TSource, TKey)
)
public:
ProjectionComparer(
Func<TSource, TKey>^ projection
)
new :
projection : Func<'TSource, 'TKey> -> ProjectionComparer
Parameters
- projection
- Type: SystemFuncTSource, TKey
Projection to use during comparisons
See Also