C# 클래스 ImplementNotifyPropertyChangedCS.PropertyAnnotater

상속: SyntaxRewriter
파일 보기 프로젝트 열기: 2j2e/presentations 1 사용 예제들

공개 메소드들

메소드 설명
Annotate ( IDocument document, TextSpan span, IEnumerable &annotations ) : IDocument
VisitPropertyDeclaration ( PropertyDeclarationSyntax property ) : SyntaxNode

비공개 메소드들

메소드 설명
PropertyAnnotater ( IDocument document, TextSpan span ) : System.Collections.Generic

메소드 상세

Annotate() 공개 정적인 메소드

public static Annotate ( IDocument document, TextSpan span, IEnumerable &annotations ) : IDocument
document IDocument
span TextSpan
annotations IEnumerable
리턴 IDocument

VisitPropertyDeclaration() 공개 메소드

public VisitPropertyDeclaration ( PropertyDeclarationSyntax property ) : SyntaxNode
property PropertyDeclarationSyntax
리턴 SyntaxNode