Exemplo n.º 1
0
 /// <inheritdoc/>
 public override void WriteValue(ref WriteContext writer, float value)
 {
     writer.WriteFloat(value);
 }