Telerik.Web.Mvc.Infrastructure.Implementation.FunctionNode.FunctionNode C# (CSharp) Method

FunctionNode() public method

public FunctionNode ( ) : System.Collections.Generic
return System.Collections.Generic
        public FunctionNode()
        {
            Arguments = new List<IFilterNode>();
        }