C# Class Rosetta.AST.Helpers.InterfaceDeclaration

Helper for accessing interface in AST
Inheritance: InheritableDeclaration
Afficher le fichier Open project: andry-tino/Rosetta Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

InterfaceDeclaration() public méthode

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