ToString() public method

public ToString ( ) : string
return string
Ejemplo n.º 1
0
 public override string ToString()
 {
     return((Left == null && Right == null) ? ByteCount.ToString() : ("Count: " + ByteCount.Count.ToString()));
 }