C# Class Rosetta.AST.Helpers.PropertyDeclaration

Helper for accessing properties in AST
Inheritance: Helper
Show file Open project: andry-tino/Rosetta Class Usage Examples

Private Properties

Property Type Description
SearchForNode bool

Public Methods

Method 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

Method Description
SearchForNode ( SyntaxList accessors, SyntaxKind kind ) : bool

Method Details

PropertyDeclaration() public method

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

PropertyDeclaration() public method

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
return System