C# 클래스 MixinRefactoring.PropertySyntaxReader

상속: SyntaxWalkerWithSemantic
파일 보기 프로젝트 열기: pgenfer/mixinSharp

공개 메소드들

메소드 설명
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