コード例 #1
0
 public static void Read(this IO.EndianReader s, out sbyte value) => value = s.ReadSByte();