BigML.Model.Node.Node C# (CSharp) 메소드

Node() 개인적인 메소드

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