C# Class Rosetta.AST.Helpers.Argument

Helper for accessing argument references in AST.
Inheritance: Helper
Afficher le fichier Open project: andry-tino/Rosetta

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Argument ( Microsoft.CodeAnalysis.CSharp.Syntax.ArgumentSyntax syntaxNode ) : System

Initializes a new instance of the Argument class.

Argument ( Microsoft.CodeAnalysis.CSharp.Syntax.ArgumentSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the Argument class.

When providing the semantic model, some properites will be devised from that.

Method Details

Argument() public méthode

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

Argument() public méthode

Initializes a new instance of the Argument class.
When providing the semantic model, some properites will be devised from that.
public Argument ( Microsoft.CodeAnalysis.CSharp.Syntax.ArgumentSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.ArgumentSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
Résultat System