Telerik.Web.Mvc.Infrastructure.Implementation.FunctionNode.FunctionNode C# (CSharp) Méthode

FunctionNode() public méthode

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