Share via


PredefinedTypeSyntax.Update(SyntaxToken) Method

Definition

Returns a copy of this with the specified changes. Returns this instance if there are no actual changes.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::PredefinedTypeSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken keyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax Update (Microsoft.CodeAnalysis.SyntaxToken keyword);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax
Public Function Update (keyword As SyntaxToken) As PredefinedTypeSyntax

Parameters

keyword
SyntaxToken

The value for the Keyword property.

Returns

Applies to