BigML.DataSet.Field.Summary.Summary C# (CSharp) Method

Summary() protected method

protected Summary ( JsonValue json ) : System.Json
json System.Json.JsonValue
return System.Json
                protected Summary(JsonValue json)
                {
                    _summary = json;
                }
DataSet.Field.Summary