DelegateStatementSyntax.Update Método

Definición

Devuelve una copia de esto con los cambios especificados. Devuelve esta instancia si no hay cambios reales.

C#
public Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax Update(Microsoft.CodeAnalysis.VisualBasic.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken delegateKeyword, Microsoft.CodeAnalysis.SyntaxToken subOrFunctionKeyword, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax typeParameterList, Microsoft.CodeAnalysis.VisualBasic.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.VisualBasic.Syntax.SimpleAsClauseSyntax asClause);

Parámetros

kind
SyntaxKind

Nuevo tipo.

attributeLists
SyntaxList<AttributeListSyntax>

Valor de la propiedad AttributeLists.

modifiers
SyntaxTokenList

Valor de la propiedad Modifiers.

delegateKeyword
SyntaxToken

Valor de la propiedad DelegateKeyword.

subOrFunctionKeyword
SyntaxToken

Valor de la propiedad SubOrFunctionKeyword.

identifier
SyntaxToken

Valor de la propiedad Identifier.

typeParameterList
TypeParameterListSyntax

Valor de la propiedad TypeParameterList.

parameterList
ParameterListSyntax

Valor de la propiedad ParameterList.

asClause
SimpleAsClauseSyntax

Valor de la propiedad AsClause.

Devoluciones

Se aplica a

Producto Versiones
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0