EventDeclarationSyntax.Update Method

Definition

Overloads

Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, TypeSyntax, ExplicitInterfaceSpecifierSyntax, SyntaxToken, AccessorListSyntax)
Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, TypeSyntax, ExplicitInterfaceSpecifierSyntax, SyntaxToken, SyntaxToken)
Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, TypeSyntax, ExplicitInterfaceSpecifierSyntax, SyntaxToken, AccessorListSyntax, SyntaxToken)

Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, TypeSyntax, ExplicitInterfaceSpecifierSyntax, SyntaxToken, AccessorListSyntax)

Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
public:
 Microsoft::CodeAnalysis::CSharp::Syntax::EventDeclarationSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::SyntaxToken eventKeyword, Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ type, Microsoft::CodeAnalysis::CSharp::Syntax::ExplicitInterfaceSpecifierSyntax ^ explicitInterfaceSpecifier, Microsoft::CodeAnalysis::SyntaxToken identifier, Microsoft::CodeAnalysis::CSharp::Syntax::AccessorListSyntax ^ accessorList);
public Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax Update (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken eventKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type, Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax explicitInterfaceSpecifier, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax accessorList);
member this.Update : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax
Public Function Update (attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, eventKeyword As SyntaxToken, type As TypeSyntax, explicitInterfaceSpecifier As ExplicitInterfaceSpecifierSyntax, identifier As SyntaxToken, accessorList As AccessorListSyntax) As EventDeclarationSyntax

Parameters

modifiers
SyntaxTokenList
eventKeyword
SyntaxToken
type
TypeSyntax
explicitInterfaceSpecifier
ExplicitInterfaceSpecifierSyntax
identifier
SyntaxToken
accessorList
AccessorListSyntax

Returns

Applies to

Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, TypeSyntax, ExplicitInterfaceSpecifierSyntax, SyntaxToken, SyntaxToken)

Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
Source:
EventDeclarationSyntax.cs
public Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax Update (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken eventKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type, Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax explicitInterfaceSpecifier, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
member this.Update : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax
Public Function Update (attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, eventKeyword As SyntaxToken, type As TypeSyntax, explicitInterfaceSpecifier As ExplicitInterfaceSpecifierSyntax, identifier As SyntaxToken, semicolonToken As SyntaxToken) As EventDeclarationSyntax

Parameters

modifiers
SyntaxTokenList
eventKeyword
SyntaxToken
type
TypeSyntax
explicitInterfaceSpecifier
ExplicitInterfaceSpecifierSyntax
identifier
SyntaxToken
semicolonToken
SyntaxToken

Returns

Applies to

Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, TypeSyntax, ExplicitInterfaceSpecifierSyntax, SyntaxToken, AccessorListSyntax, SyntaxToken)

Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
public Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax Update (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken eventKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type, Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax? explicitInterfaceSpecifier, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax? accessorList, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
public Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax Update (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken eventKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type, Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax explicitInterfaceSpecifier, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax accessorList, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
member this.Update : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ExplicitInterfaceSpecifierSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax
Public Function Update (attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, eventKeyword As SyntaxToken, type As TypeSyntax, explicitInterfaceSpecifier As ExplicitInterfaceSpecifierSyntax, identifier As SyntaxToken, accessorList As AccessorListSyntax, semicolonToken As SyntaxToken) As EventDeclarationSyntax

Parameters

modifiers
SyntaxTokenList
eventKeyword
SyntaxToken
type
TypeSyntax
explicitInterfaceSpecifier
ExplicitInterfaceSpecifierSyntax
identifier
SyntaxToken
accessorList
AccessorListSyntax
semicolonToken
SyntaxToken

Returns

Applies to