Telerik.Web.Mvc.Infrastructure.Implementation.FunctionNode.FunctionNode C# (CSharp) 메소드

FunctionNode() 공개 메소드

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