Table of Contents

Class ExtensionAttribute

Namespace
System.Runtime.CompilerServices
Assembly
mscorlib.dll

Indicates that a method is an extension method, or that a class or assembly contains extension methods.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method)]
public sealed class ExtensionAttribute : Attribute
Inheritance
ExtensionAttribute
Inherited Members
Extension Methods

Constructors

ExtensionAttribute()

public ExtensionAttribute()