C# Class Rosetta.AST.Helpers.AttributeArgumentSemantics

Helper for TypedConstant representing an argument attribute.
Inheritance: SemanticHelper
Datei anzeigen Open project: andry-tino/Rosetta

Private Properties

Property Type Description

Public Methods

Method Description
AttributeArgumentSemantics ( TypedConstant semanticObject ) : System

Initializes a new instance of the AttributeArgumentSemantics class.

Method Details

AttributeArgumentSemantics() public method

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