System.Data.Function.Function C# (CSharp) Method

Function() private method

private Function ( ) : System.Collections.Generic
return System.Collections.Generic
        internal Function()
        {
            _name = null;
            _id = FunctionId.none;
            _result = null;
            _isValidateArguments = false;
            _argumentCount = 0;
        }

Same methods

Function::Function ( string name, FunctionId id, Type result, bool IsValidateArguments, bool IsVariantArgumentList, int argumentCount, Type a1, Type a2, Type a3 ) : System.Collections.Generic
Function