Open sandboxFocus

Property IsThis

IsThis

Gets or sets a value indicating whether the parameter has the this modifier, meaning that the containing method is an extension method.

Declaration
bool IsThis { get; set; }
Property Value
Type Description
bool
Remarks

For templates, you can also use ThisAttribute.