Example #1
0
 /// <inheritdoc/>
 public override IoBuffer PutUInt32(UInt32 value)
 {
     _buf.PutUInt32(value);
     return(this);
 }