次の方法で共有


PredefinedTypeSyntax.WithKeyword(SyntaxToken) Method

Definition

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

Parameters

keyword
SyntaxToken

Returns

Applies to