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:
authorAlexis Christoforides <alexis@thenull.net>2018-02-27 00:21:08 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-28 15:41:02 +0300
commit7c52aed5df3947e22515a79309471d165d094849 (patch)
treeff335dfc42696454d84a82da20bde47babfded18 /profiles/monotouch/System.cs
parent0883c1a1f098a747b03b68247fe0837b6cc7a950 (diff)
https://github.com/mono/mono/pull/5973
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index a4f7bcc..d009ecf 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -5256,10 +5256,10 @@ namespace System.IO
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct WaitForChangedResult
{
- public System.IO.WatcherChangeTypes ChangeType { get { throw null; } set { } }
- public string Name { get { throw null; } set { } }
- public string OldName { get { throw null; } set { } }
- public bool TimedOut { get { throw null; } set { } }
+ public System.IO.WatcherChangeTypes ChangeType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
+ public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
+ public string OldName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
+ public bool TimedOut { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
}
[System.FlagsAttribute]
public enum WatcherChangeTypes