C# 클래스 PrettyPrint, UnityREPL

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

공개 메소드들

메소드 설명
PP ( StringBuilder output, object result, bool expandTypes = false ) : void

보호된 메소드들

메소드 설명
InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void

비공개 메소드들

메소드 설명
Close ( StringBuilder output ) : void
CloseInline ( StringBuilder output, int listLength ) : void
EscapeChar ( StringBuilder output, char c ) : void
EscapeString ( string s ) : string
NextItem ( StringBuilder output, int listLength ) : void
Open ( StringBuilder output ) : void
OpenInline ( StringBuilder output, int listLength ) : void

메소드 상세

InternalPP() 보호된 정적인 메소드

protected static InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void
output StringBuilder
result object
expandTypes bool
리턴 void

PP() 공개 정적인 메소드

public static PP ( StringBuilder output, object result, bool expandTypes = false ) : void
output StringBuilder
result object
expandTypes bool
리턴 void