共用方式為


WithExpressionSyntax.WithWithKeyword(SyntaxToken) 方法

定義

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

參數

withKeyword
SyntaxToken

傳回

適用於