C# Class Rosetta.AST.Helpers.VariableDeclaration

Helper for accessing interface in AST
Inheritance: Helper
Afficher le fichier Open project: andry-tino/Rosetta Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VariableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclarationSyntax syntaxNode ) : System

Initializes a new instance of the VariableDeclaration class.

VariableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the VariableDeclaration class.

Method Details

VariableDeclaration() public méthode

Initializes a new instance of the VariableDeclaration class.
public VariableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclarationSyntax syntaxNode ) : System
syntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclarationSyntax
Résultat System

VariableDeclaration() public méthode

Initializes a new instance of the VariableDeclaration class.
public VariableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclarationSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
Résultat System