次の方法で共有


CatchFilterClauseSyntax.WithWhenKeyword(SyntaxToken) Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::CatchFilterClauseSyntax ^ WithWhenKeyword(Microsoft::CodeAnalysis::SyntaxToken whenKeyword);
public Microsoft.CodeAnalysis.CSharp.Syntax.CatchFilterClauseSyntax WithWhenKeyword (Microsoft.CodeAnalysis.SyntaxToken whenKeyword);
member this.WithWhenKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.CatchFilterClauseSyntax
Public Function WithWhenKeyword (whenKeyword As SyntaxToken) As CatchFilterClauseSyntax

Parameters

whenKeyword
SyntaxToken

Returns

Applies to