Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-05-22 23:41:19 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-22 23:58:40 +0300
commitb4400f52debb737c545bae4ca4e9378ba9a19869 (patch)
tree4c93b9cecd4ea24f1cd6a1a7560ab70c68f749f7 /profiles/monotouch/System.cs
parent346ec4f95f80582a80a683f65b3b5e57bfe2ded7 (diff)
Apply changes from https://github.com/mono/mono/pull/8794 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 687de3c..6d22abf 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -6796,7 +6796,6 @@ namespace System.Net.Mail
{
public MailAddress(string address) { }
public MailAddress(string address, string displayName) { }
- [System.MonoTODOAttribute("We don't do anything with displayNameEncoding")]
public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) { }
public string Address { get { throw null; } }
public string DisplayName { get { throw null; } }