Ejemplo n.º 1
0
 public static uint Write(object argument, IDefinitionWriter writer)
 {
     writer.WriteValueS8((sbyte)argument);
     return(1);
 }