ExtensionAttribute sealed class ExtensionAttribute : Attribute Documentation Code namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)] internal sealed class ExtensionAttribute : Attribute { } }