次の方法で共有


RefStructConstraintSyntax.WithStructKeyword(SyntaxToken) Method

Definition

public Microsoft.CodeAnalysis.CSharp.Syntax.RefStructConstraintSyntax WithStructKeyword (Microsoft.CodeAnalysis.SyntaxToken structKeyword);
member this.WithStructKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.RefStructConstraintSyntax
Public Function WithStructKeyword (structKeyword As SyntaxToken) As RefStructConstraintSyntax

Parameters

structKeyword
SyntaxToken

Returns

Applies to