C# 클래스 DelugeRPC_NET.Utils.PrettyPrint

파일 보기 프로젝트 열기: fuzeman/DelugeRPC.NET

공개 메소드들

메소드 설명
Print ( object x ) : void
Print ( object x, int depth ) : void

비공개 메소드들

메소드 설명
_print_array ( object x, int depth ) : void
_print_dictionary ( object x, int depth ) : void
_print_int ( object x, int depth ) : void
_print_string ( object x, int depth ) : void

메소드 상세

Print() 공개 정적인 메소드

public static Print ( object x ) : void
x object
리턴 void

Print() 공개 정적인 메소드

public static Print ( object x, int depth ) : void
x object
depth int
리턴 void