Deveel.Data.CreateFunctionTests.Test.Function C# (CSharp) Method

Function() public static method

public static Function ( int a, int b ) : int
a int
b int
return int
            public static int Function(int a, int b)
            {
                return a + b;
            }
CreateFunctionTests.Test