 | ProjectionComparerTSource Class |
Class generic in the source only to produce instances of the
doubly generic class, optionally using type inference.
Inheritance Hierarchy
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static class ProjectionComparer<TSource>
Public NotInheritable Class ProjectionComparer(Of TSource)
generic<typename TSource>
public ref class ProjectionComparer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ProjectionComparer<'TSource> = class end
Type Parameters
- TSource
[Missing <typeparam name="TSource"/> documentation for "T:Koden.Utils.ProjectionComparer`1"]
The ProjectionComparerTSource type exposes the following members.
Methods
| Name | Description |
---|
  | CreateTKey |
Creates an instance of ProjectionComparer using the specified projection.
|
Top
See Also