GlobalStatementSyntax.Update Method

Definition

Overloads

Update(StatementSyntax)
Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, StatementSyntax)

Update(StatementSyntax)

Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
Source:
GlobalStatementSyntax.cs
public:
 Microsoft::CodeAnalysis::CSharp::Syntax::GlobalStatementSyntax ^ Update(Microsoft::CodeAnalysis::CSharp::Syntax::StatementSyntax ^ statement);
public Microsoft.CodeAnalysis.CSharp.Syntax.GlobalStatementSyntax Update (Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax statement);
member this.Update : Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.GlobalStatementSyntax
Public Function Update (statement As StatementSyntax) As GlobalStatementSyntax

Parameters

statement
StatementSyntax

Returns

Applies to

Update(SyntaxList<AttributeListSyntax>, SyntaxTokenList, StatementSyntax)

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.GlobalStatementSyntax Update (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax statement);
member this.Update : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.GlobalStatementSyntax
Public Function Update (attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, statement As StatementSyntax) As GlobalStatementSyntax

Parameters

modifiers
SyntaxTokenList
statement
StatementSyntax

Returns

Applies to