dump
  
  Description:
  [ 
Version ( since = 
"4.2" ) ]
public void dump (
TreeNode? node, 
void* stream)
  
    Dumps the contents of this to stream, using a hierarchical view.
    Parameters:
    
      
        | this | a Tree | 
      
        | node | a TreeNode to start the dump from, or null 
            for a full dump | 
      
        | stream | a stream to send the dump to, or null for STDOUT |