示例#1
0
 /// <inheritdoc/>
 public override IoBuffer PutUInt16(UInt16 value)
 {
     _buf.PutUInt16(value);
     return(this);
 }