Share via


FunctionPointerTypeSyntax.WithDelegateKeyword(SyntaxToken) Method

Definition

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

Parameters

delegateKeyword
SyntaxToken

Returns

Applies to