DelegateDeclarationSyntax.WithDelegateKeyword(SyntaxToken) Metodo

Definizione

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

Parametri

delegateKeyword
SyntaxToken

Restituisce

Si applica a