dotnet-core/release-notes/3.0/preview/api-diff/preview5/3.0-preview5_System.Runtime.CompilerServices.md

226 B

System.Runtime.CompilerServices

 namespace System.Runtime.CompilerServices {
+    public sealed class EnumeratorCancellationAttribute : Attribute {
+        public EnumeratorCancellationAttribute();
+    }
 }