C# Class Rosetta.AST.Helpers.Parameter

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Parameter ( Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax syntaxNode ) : System

Initializes a new instance of the Parameter class.

Parameter ( Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the Parameter class.

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

Méthodes protégées

Méthode Description
CreateTypeReferenceHelper ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax node, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : TypeReference

Method Details

CreateTypeReferenceHelper() protected méthode

protected CreateTypeReferenceHelper ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax node, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : TypeReference
node Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
Résultat TypeReference

Parameter() public méthode

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

Parameter() public méthode

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