Class ExtensionAttribute
Indicates that a method is an extension method, or that a class or assembly contains extension methods.
Inherited Members
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method)]
public sealed class ExtensionAttribute : Attribute
Constructors
ExtensionAttribute()
Declaration
public ExtensionAttribute()