System.Reactive.IronMQ.PushInfo.PushInfo C# (CSharp) Метод

PushInfo() публичный Метод

public PushInfo ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
Результат System.Collections.Generic
        public PushInfo(JsonValue json)
        {
            _json = json;
        }