C# Class Rosetta.AST.Helpers.AttributeArgumentSemantics

Helper for TypedConstant representing an argument attribute.
Inheritance: SemanticHelper
Afficher le fichier Open project: andry-tino/Rosetta

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AttributeArgumentSemantics ( TypedConstant semanticObject ) : System

Initializes a new instance of the AttributeArgumentSemantics class.

Method Details

AttributeArgumentSemantics() public méthode

Initializes a new instance of the AttributeArgumentSemantics class.
public AttributeArgumentSemantics ( TypedConstant semanticObject ) : System
semanticObject TypedConstant The Roslyn semantic object.
Résultat System