Пример #1
0
 // Token: 0x06000BB8 RID: 3000 RVA: 0x0000ED7A File Offset: 0x0000CF7A
 public JsonPosition(JsonContainerType type)
 {
     this.Type         = type;
     this.HasIndex     = JsonPosition.TypeHasIndex(type);
     this.Position     = -1;
     this.PropertyName = null;
 }
Пример #2
0
 public JsonPosition(JsonContainerType type)
 {
     Class6.yDnXvgqzyB5jw();
     this.Type         = type;
     this.HasIndex     = JsonPosition.TypeHasIndex(type);
     this.Position     = -1;
     this.PropertyName = null;
 }