C# Класс MixinRefactoring.PropertySyntaxReader

Наследование: SyntaxWalkerWithSemantic
Показать файл Открыть проект

Открытые методы

Метод Описание
PropertySyntaxReader ( IPropertyList propertyList, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis

Creates a new property syntax reader to read the properties of a provided class declaration. All properties will be stored in the given list of properties

VisitPropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax node ) : void

Описание методов

PropertySyntaxReader() публичный Метод

Creates a new property syntax reader to read the properties of a provided class declaration. All properties will be stored in the given list of properties
public PropertySyntaxReader ( IPropertyList propertyList, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
propertyList IPropertyList list where the found /// properties should be stored in
semantic Microsoft.CodeAnalysis.SemanticModel Semantic Model is used /// to resolve type syntax into TypeSymbols.
Результат Microsoft.CodeAnalysis

VisitPropertyDeclaration() публичный Метод

public VisitPropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax node ) : void
node Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax
Результат void