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

Namespace: System.Runtime.CompilerServices
Assembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public sealed class ExtensionAttribute : Attribute
Visual Basic
Public NotInheritable Class ExtensionAttribute _
	Inherits Attribute
Visual C++
public ref class ExtensionAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.Runtime.CompilerServices..::..ExtensionAttribute

See Also