Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.Datetime.Extract.ConstructFunction C# (CSharp) Method

ConstructFunction() public method

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
return FunctionExpression
        public override FunctionExpression ConstructFunction(IList<IExpression> arguments)
        {
            throw new NotSupportedException("function of extract has special arguments");
        }