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

Helper for accessing classes and interfaces in AST.
상속: Helper
파일 보기 프로젝트 열기: andry-tino/Rosetta

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode ) : System

Initializes a new instance of the InheritableDeclaration class.

InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the InheritableDeclaration class.

보호된 메소드들

메소드 설명
CreateBaseTypeReferenceHelper ( BaseTypeSyntax node, Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis typeKind ) : BaseTypeReference

메소드 상세

CreateBaseTypeReferenceHelper() 보호된 메소드

protected CreateBaseTypeReferenceHelper ( BaseTypeSyntax node, Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis typeKind ) : BaseTypeReference
node BaseTypeSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
typeKind Microsoft.CodeAnalysis
리턴 BaseTypeReference

InheritableDeclaration() 공개 메소드

Initializes a new instance of the InheritableDeclaration class.
public InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode ) : System
syntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax
리턴 System

InheritableDeclaration() 공개 메소드

Initializes a new instance of the InheritableDeclaration class.
public InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
리턴 System