Class Lambda<T>
- Namespace
- LfrlAnvil.Functional
- Assembly
- LfrlAnvil.Functional.dll
Contains generic delegate members.
public static class Lambda<T>
Type Parameters
T
- Inheritance
-
Lambda<T>
- Inherited Members
Fields
Identity
Represents an identity function, that is a function that accepts a single parameter and returns that parameter.
public static readonly Func<T, T> Identity
Field Value
- Func<T, T>