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

_Url() private method

private _Url ( string url ) : System.Collections.Generic
url string
return System.Collections.Generic
        internal _Url(string url)
        {
            _json = new JsonObject();
            _json.url = url;
        }