Share via


GetTypeExpressionSyntax.WithGetTypeKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the GetTypeKeyword property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::GetTypeExpressionSyntax ^ WithGetTypeKeyword(Microsoft::CodeAnalysis::SyntaxToken getTypeKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.GetTypeExpressionSyntax WithGetTypeKeyword (Microsoft.CodeAnalysis.SyntaxToken getTypeKeyword);
member this.WithGetTypeKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.GetTypeExpressionSyntax
Public Function WithGetTypeKeyword (getTypeKeyword As SyntaxToken) As GetTypeExpressionSyntax

Parameters

getTypeKeyword
SyntaxToken

Returns

Applies to