Partager via


SyntaxGenerator.SwitchStatement Méthode

Définition

Surcharges

SwitchStatement(SyntaxNode, SyntaxNode[])

Crée une instruction switch qui branche vers des sections individuelles en fonction de la valeur de l’expression spécifiée.

SwitchStatement(SyntaxNode, IEnumerable<SyntaxNode>)

Crée une instruction switch qui branche vers des sections individuelles en fonction de la valeur de l’expression spécifiée.

SwitchStatement(SyntaxNode, SyntaxNode[])

Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs

Crée une instruction switch qui branche vers des sections individuelles en fonction de la valeur de l’expression spécifiée.

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ SwitchStatement(Microsoft::CodeAnalysis::SyntaxNode ^ expression, ... cli::array <Microsoft::CodeAnalysis::SyntaxNode ^> ^ sections);
public Microsoft.CodeAnalysis.SyntaxNode SwitchStatement (Microsoft.CodeAnalysis.SyntaxNode expression, params Microsoft.CodeAnalysis.SyntaxNode[] sections);
member this.SwitchStatement : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.SyntaxNode[] -> Microsoft.CodeAnalysis.SyntaxNode
Public Function SwitchStatement (expression As SyntaxNode, ParamArray sections As SyntaxNode()) As SyntaxNode

Paramètres

expression
SyntaxNode
sections
SyntaxNode[]

Retours

S’applique à

SwitchStatement(SyntaxNode, IEnumerable<SyntaxNode>)

Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs

Crée une instruction switch qui branche vers des sections individuelles en fonction de la valeur de l’expression spécifiée.

public:
 abstract Microsoft::CodeAnalysis::SyntaxNode ^ SwitchStatement(Microsoft::CodeAnalysis::SyntaxNode ^ expression, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ sections);
public abstract Microsoft.CodeAnalysis.SyntaxNode SwitchStatement (Microsoft.CodeAnalysis.SyntaxNode expression, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> sections);
abstract member SwitchStatement : Microsoft.CodeAnalysis.SyntaxNode * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function SwitchStatement (expression As SyntaxNode, sections As IEnumerable(Of SyntaxNode)) As SyntaxNode

Paramètres

expression
SyntaxNode

Retours

S’applique à