C# Class Rosetta.AST.Helpers.AttributeLists

Helper for accessing attribute lists references in AST.
This class is to be used for syntax decoration.
Inheritance: Helper
Afficher le fichier Open project: andry-tino/Rosetta Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

AttributeLists() public méthode

Initializes a new instance of the AttributeLists class.
public AttributeLists ( BaseTypeDeclarationSyntax syntaxNode ) : System
syntaxNode BaseTypeDeclarationSyntax
Résultat System

AttributeLists() public méthode

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
Résultat System