Interface ILambda
Represents a lambda.
Namespace: Gremlin.Net.Process.Traversal
Assembly: cs.temp.dll.dll
Syntax
public interface ILambda : IPredicate, IUnaryOperator, IFunction, IBinaryOperator, IBiFunction, IComparator, IConsumer, ISupplier
Properties
Arguments
Gets the arguments of this lambda.
Declaration
int Arguments { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LambdaExpression
Gets the lambda expression.
Declaration
string LambdaExpression { get; }
Property Value
Type | Description |
---|---|
System.String |
Language
Gets the language of this lambda.
Declaration
string Language { get; }
Property Value
Type | Description |
---|---|
System.String |