[Modify] Polish it
This commit is contained in:
parent
6358944cac
commit
06ea197dbc
@ -858,7 +858,9 @@ Extended Payload Length: {7}
|
|||||||
|
|
||||||
public void Print (bool dumped)
|
public void Print (bool dumped)
|
||||||
{
|
{
|
||||||
Console.WriteLine (dumped ? dump (this) : print (this));
|
var val = dumped ? dump (this) : print (this);
|
||||||
|
|
||||||
|
Console.WriteLine (val);
|
||||||
}
|
}
|
||||||
|
|
||||||
public string PrintToString (bool dumped)
|
public string PrintToString (bool dumped)
|
||||||
|
Loading…
Reference in New Issue
Block a user