메소드 | 설명 | |
---|---|---|
ToString ( ) : String |
Returns a System.String that represents this instance.
|
|
ToTreeString ( int depth, StringBuilder sb ) : StringBuilder |
Returns a string representation of the current level of the tree and recursively returns the string representation of the levels below it.
|
public ToTreeString ( int depth, StringBuilder sb ) : StringBuilder | ||
depth | int | The depth of the node. |
sb | StringBuilder | The String Builder containing the tree /// representation. |
리턴 | StringBuilder |