Beispiel #1
0
    public void FromNSUrl()
    {
        string url    = "http://google.com";
        IntPtr handle = ObjC.ToNSUrl(url);
        var    actual = ObjC.FromNSUrl(handle);

        Assert.AreEqual(url, actual);
    }