Dashing.Engine.DML.FetchNode.FetchNode C# (CSharp) Method

FetchNode() public method

public FetchNode ( ) : Dashing.Configuration
return Dashing.Configuration
        public FetchNode() {
            this.Children = new OrderedDictionary<string, FetchNode>();
        }
    }
FetchNode