C# Class Rosetta.AST.Helpers.SemanticHelper

Generic semantic helper.
Mostra file Open project: andry-tino/Rosetta

Public Methods

Method Description
SemanticHelper ( object semanticObject ) : System

Initializes a new instance of the SemanticHelper class.

Method Details

SemanticHelper() public method

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