次の方法で共有


WithExpressionSyntax.WithWithKeyword(SyntaxToken) Method

Definition

public Microsoft.CodeAnalysis.CSharp.Syntax.WithExpressionSyntax WithWithKeyword (Microsoft.CodeAnalysis.SyntaxToken withKeyword);
member this.WithWithKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.WithExpressionSyntax
Public Function WithWithKeyword (withKeyword As SyntaxToken) As WithExpressionSyntax

Parameters

withKeyword
SyntaxToken

Returns

Applies to