BigML.Model.Node.Node C# (CSharp) Method

Node() private method

private Node ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
return System.Collections.Generic
            internal Node(JsonValue json)
            {
                _node = json;
            }