SyntaxGenerator.ThisExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an expression that denotes the containing method's this-parameter.
public:
abstract Microsoft::CodeAnalysis::SyntaxNode ^ ThisExpression();
public abstract Microsoft.CodeAnalysis.SyntaxNode ThisExpression ();
abstract member ThisExpression : unit -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function ThisExpression () As SyntaxNode