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

Helper for accessing attribute lists references in AST.
This class is to be used for syntax decoration.
상속: Helper
파일 보기 프로젝트 열기: andry-tino/Rosetta 1 사용 예제들

공개 메소드들

메소드 설명
AttributeLists ( BaseTypeDeclarationSyntax syntaxNode ) : System

Initializes a new instance of the AttributeLists class.

AttributeLists ( BaseTypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the AttributeLists class.

When providing the semantic model, some properites will be devised from that.

메소드 상세

AttributeLists() 공개 메소드

Initializes a new instance of the AttributeLists class.
public AttributeLists ( BaseTypeDeclarationSyntax syntaxNode ) : System
syntaxNode BaseTypeDeclarationSyntax
리턴 System

AttributeLists() 공개 메소드

Initializes a new instance of the AttributeLists class.
When providing the semantic model, some properites will be devised from that.
public AttributeLists ( BaseTypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode BaseTypeDeclarationSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
리턴 System