コード例 #1
0
 public static void ReadStartArray(this JsonTextReader source)
 {
     source.Read();
     source.CheckStartArray();
 }