C# Class DelugeRPC_NET.Utils.PrettyPrint

Show file Open project: fuzeman/DelugeRPC.NET

Public Methods

Method Description
Print ( object x ) : void
Print ( object x, int depth ) : void

Private Methods

Method Description
_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

Method Details

Print() public static method

public static Print ( object x ) : void
x object
return void

Print() public static method

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