Click or drag to resize
ExpressionParserIArithmeticSignaturesF Method (Int32, Int32)

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.IArithmeticSignatures.F(System.Int32,System.Int32)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
void F(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
See Also