C# Class Rosetta.AST.Helpers.InterfaceDeclaration

Helper for accessing interface in AST
Inheritance: InheritableDeclaration
Mostra file Open project: andry-tino/Rosetta Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
InterfaceDeclaration ( InterfaceDeclarationSyntax interfaceDeclarationNode ) : System

Initializes a new instance of the InterfaceDeclaration class.

InterfaceDeclaration ( InterfaceDeclarationSyntax interfaceDeclarationNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the InterfaceDeclaration class.

Method Details

InterfaceDeclaration() public method

Initializes a new instance of the InterfaceDeclaration class.
public InterfaceDeclaration ( InterfaceDeclarationSyntax interfaceDeclarationNode ) : System
interfaceDeclarationNode InterfaceDeclarationSyntax
return System

InterfaceDeclaration() public method

Initializes a new instance of the InterfaceDeclaration class.
public InterfaceDeclaration ( InterfaceDeclarationSyntax interfaceDeclarationNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
interfaceDeclarationNode InterfaceDeclarationSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
return System