Closed rexcfnghk closed 4 years ago
This PR removes the restriction where TContext must be a reference type, which I think is unnecessarily restrictive.
TContext
The caller of ToLambda should bear the responsibility of understanding the performance characteristics of using a reference type vs a value type.
ToLambda
This PR removes the restriction where
TContext
must be a reference type, which I think is unnecessarily restrictive.The caller of
ToLambda
should bear the responsibility of understanding the performance characteristics of using a reference type vs a value type.