IParameterSymbol.IsThis Property

Definition

Returns true if the parameter is the hidden 'this' ('Me' in Visual Basic) parameter.

public:
 property bool IsThis { bool get(); };
public bool IsThis { get; }
member this.IsThis : bool
Public ReadOnly Property IsThis As Boolean

Property Value

Applies to