Example #1
0
 /// <inheritdoc/>
 public void Bool(bool value)
 {
     BeforeValue();
     _tw.Bool(value);
 }