Compartir a través de


DelegateDeclarationSyntax.WithDelegateKeyword(SyntaxToken) Método

Definición

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::DelegateDeclarationSyntax ^ WithDelegateKeyword(Microsoft::CodeAnalysis::SyntaxToken delegateKeyword);
public Microsoft.CodeAnalysis.CSharp.Syntax.DelegateDeclarationSyntax WithDelegateKeyword (Microsoft.CodeAnalysis.SyntaxToken delegateKeyword);
member this.WithDelegateKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.DelegateDeclarationSyntax
Public Function WithDelegateKeyword (delegateKeyword As SyntaxToken) As DelegateDeclarationSyntax

Parámetros

delegateKeyword
SyntaxToken

Devoluciones

Se aplica a