C# 클래스 Rosetta.AST.Helpers.InterfaceDeclaration

Helper for accessing interface in AST
상속: InheritableDeclaration
파일 보기 프로젝트 열기: andry-tino/Rosetta 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

InterfaceDeclaration() 공개 메소드

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

InterfaceDeclaration() 공개 메소드

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