C# Class Rosetta.AST.Helpers.PropertyDeclaration

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

Private Properties

Свойство Type Description
SearchForNode bool

Méthodes publiques

Méthode Description
PropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax propertyDeclarationNode ) : System

Initializes a new instance of the PropertyDeclaration class.

PropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax propertyDeclarationNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the PropertyDeclaration class.

Private Methods

Méthode Description
SearchForNode ( SyntaxList accessors, SyntaxKind kind ) : bool

Method Details

PropertyDeclaration() public méthode

Initializes a new instance of the PropertyDeclaration class.
public PropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax propertyDeclarationNode ) : System
propertyDeclarationNode Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax
Résultat System

PropertyDeclaration() public méthode

Initializes a new instance of the PropertyDeclaration class.
public PropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax propertyDeclarationNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
propertyDeclarationNode Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
Résultat System