1 // Compiler options: -target:library -noconfig
3 namespace System
.Runtime
.CompilerServices
5 [AttributeUsage(AttributeTargets
.Method
| AttributeTargets
.Class
| AttributeTargets
.Assembly
)]
6 public sealed class ExtensionAttribute
: Attribute { }