C# Class Rosetta.AST.Helpers.ThrowStatement

Helper for accessing throw statements.
Inheritance: Helper
Mostra file Open project: andry-tino/Rosetta Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ThrowStatement ( ThrowStatementSyntax syntaxNode ) : System

Initializes a new instance of the ThrowStatement class.

ThrowStatement ( ThrowStatementSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the ThrowStatement class.

Method Details

ThrowStatement() public method

Initializes a new instance of the ThrowStatement class.
public ThrowStatement ( ThrowStatementSyntax syntaxNode ) : System
syntaxNode ThrowStatementSyntax
return System

ThrowStatement() public method

Initializes a new instance of the ThrowStatement class.
public ThrowStatement ( ThrowStatementSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode ThrowStatementSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
return System