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

_QueueInfo() private method

private _QueueInfo ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
return System.Collections.Generic
        internal _QueueInfo(JsonValue json)
        {
            _json = json;
        }