C# 클래스 ImplementNotifyPropertyChangedCS.Implementer

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

공개 메소드들

메소드 설명
Apply ( IText text, TextSpan span, IEnumerable &propertyAnnotations ) : CompilationUnitSyntax
IsAvailable ( IText text, TextSpan span ) : bool

비공개 메소드들

메소드 설명
GetDocument ( IText text ) : IDocument

메소드 상세

Apply() 공개 정적인 메소드

public static Apply ( IText text, TextSpan span, IEnumerable &propertyAnnotations ) : CompilationUnitSyntax
text IText
span TextSpan
propertyAnnotations IEnumerable
리턴 CompilationUnitSyntax

IsAvailable() 공개 정적인 메소드

public static IsAvailable ( IText text, TextSpan span ) : bool
text IText
span TextSpan
리턴 bool