NRParameter.IsExtensionParameter Property NReflect
Gets or sets a value indicating if the parameter is the extension parameter of an extension method.

Namespace: NReflect.NRParameters
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public bool IsExtensionParameter { get; set; }
See Also