Interface ILambda
Represents a lambda.
public interface ILambda : IPredicate, IUnaryOperator, IFunction, IBinaryOperator, IBiFunction, IComparator, IConsumer, ISupplier
Properties
Arguments
Gets the arguments of this lambda.
int Arguments { get; }
Property Value
LambdaExpression
Gets the lambda expression.
string LambdaExpression { get; }
Property Value
Language
Gets the language of this lambda.
string Language { get; }