C# 클래스 AOPRoslyn.AOPFormatter

파일 보기 프로젝트 열기: ignatandrei/AOP_With_Roslyn 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FormatArguments string>.Dictionary
firstLineMethod string
lastLineMethod string

공개 메소드들

메소드 설명
AOPFormatter ( ) : System

default constructor

DebugDisplay ( ) : string

just debugger string

비공개 메소드들

메소드 설명
AddDefaultArgumentsOnce ( ) : void
AddIfNotExists ( string key, string value ) : void
DefaultFormattedText ( ) : string
FormattedText ( string type ) : string

메소드 상세

AOPFormatter() 공개 메소드

default constructor
public AOPFormatter ( ) : System
리턴 System

DebugDisplay() 공개 메소드

just debugger string
public DebugDisplay ( ) : string
리턴 string

프로퍼티 상세

FormatArguments 공개적으로 프로퍼티

how to format various arguments
public Dictionary FormatArguments
리턴 string>.Dictionary

firstLineMethod 공개적으로 정적으로 프로퍼티

default first line to be inserted
public static string firstLineMethod
리턴 string

lastLineMethod 공개적으로 정적으로 프로퍼티

default last line to be inserted
public static string lastLineMethod
리턴 string