BigML.Model.Node.Node C# (CSharp) Méthode

Node() private méthode

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