C# Class Rosetta.AST.Helpers.AttributeArgument

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
AttributeArgument ( AttributeArgumentSyntax syntaxNode ) : System

Initializes a new instance of the AttributeArgument class.

AttributeArgument ( AttributeArgumentSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the AttributeArgument class.

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

Method Details

AttributeArgument() public méthode

Initializes a new instance of the AttributeArgument class.
public AttributeArgument ( AttributeArgumentSyntax syntaxNode ) : System
syntaxNode AttributeArgumentSyntax
Résultat System

AttributeArgument() public méthode

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