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

_IDs() private method

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