示例#1
0
 public static void ReplaceAll(this IEnumState state, Reader reader, bool shouldNotify = true)
 {
     state.Replace(reader, shouldNotify);
 }
示例#2
0
 public static void Replace(this IEnumState state, Reader reader, bool shouldNotify = true)
 {
     state.ReplaceAt(reader.ReadUInt16(), WireType.Sized, reader, shouldNotify);
 }