System.Reactive.IronMQ._Size._Size C# (CSharp) Method

_Size() private method

private _Size ( string json ) : System.Collections.Generic
json string
return System.Collections.Generic
        internal _Size(string json)
        {
            _json = JsonValue.Parse(json);
        }