System.Data.Function.Function C# (CSharp) 메소드

Function() 개인적인 메소드

private Function ( ) : System.Collections.Generic
리턴 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