Share via


DelegateStatementSyntax.WithModifiers(SyntaxTokenList) Method

Definition

Returns a copy of this with the Modifiers property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::DelegateStatementSyntax ^ WithModifiers(Microsoft::CodeAnalysis::SyntaxTokenList modifiers);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax WithModifiers (Microsoft.CodeAnalysis.SyntaxTokenList modifiers);
override this.WithModifiers : Microsoft.CodeAnalysis.SyntaxTokenList -> Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax
Public Function WithModifiers (modifiers As SyntaxTokenList) As DelegateStatementSyntax

Parameters

modifiers
SyntaxTokenList

Returns

Applies to