Close() public method

public Close ( ) : bool
return bool
Example #1
0
 public bool Close()
 {
     return(root.Close());
 }