System.Reactive.IronMQ._IDs._IDs C# (CSharp) Méthode

_IDs() private méthode

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