Table of Contents

Method IsExtensionMethod

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

IsExtensionMethod(MethodInfo)

Determines if given method is an extension method.

public static bool IsExtensionMethod(MethodInfo method)

Parameters

method MethodInfo

Specifies method info.

Returns

bool

True if given method is an extension method; otherwise false.