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-10-29 16:13:19 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-10-29 16:13:19 +0300
commit7ddb3d6a03cc2578f91d74bf1f8ebe203bcf0774 (patch)
treec29df846cf70f86bf60545582b2d3698eddffc65
parentdc5cffb7da1c371673d228e8eed87e4b72bde71a (diff)
Apply changes from https://github.com/mono/mono/pull/11427 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs5
-rw-r--r--profiles/monotouch/mscorlib.cs5
-rw-r--r--profiles/net_4_x/mscorlib.cs5
3 files changed, 15 insertions, 0 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 3e375db..655d268 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -7928,6 +7928,11 @@ namespace System.Diagnostics.Tracing
public string LocalizationResources { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
+ public partial class EventSourceCreatedEventArgs : System.EventArgs
+ {
+ public EventSourceCreatedEventArgs() { }
+ public System.Diagnostics.Tracing.EventSource EventSource { get { throw null; } }
+ }
[System.SerializableAttribute]
public partial class EventSourceException : System.Exception
{
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index af07306..868bb09 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -7899,6 +7899,11 @@ namespace System.Diagnostics.Tracing
public string LocalizationResources { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
+ public partial class EventSourceCreatedEventArgs : System.EventArgs
+ {
+ public EventSourceCreatedEventArgs() { }
+ public System.Diagnostics.Tracing.EventSource EventSource { get { throw null; } }
+ }
[System.SerializableAttribute]
public partial class EventSourceException : System.Exception
{
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 1e5a8d5..bbe59cb 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -7963,6 +7963,11 @@ namespace System.Diagnostics.Tracing
public string LocalizationResources { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
+ public partial class EventSourceCreatedEventArgs : System.EventArgs
+ {
+ public EventSourceCreatedEventArgs() { }
+ public System.Diagnostics.Tracing.EventSource EventSource { get { throw null; } }
+ }
[System.SerializableAttribute]
public partial class EventSourceException : System.Exception
{