Telerik.Web.Mvc.Infrastructure.Implementation.FunctionNode.FunctionNode C# (CSharp) Метод

FunctionNode() публичный Метод

public FunctionNode ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public FunctionNode()
        {
            Arguments = new List<IFilterNode>();
        }