Esempio n. 1
0
 public void AddChildArrayTable(string key, TableValue table)
 {
     this.childArrayTables.Add(Tuple.Create(key, table));
 }
Esempio n. 2
0
 public void AddChildArrayTable(string key, TableValue table)
 {
     this.childArrayTables.Add(Tuple.Create(key, table));
 }
Esempio n. 3
0
 public TableAndValue(Table table, TableValue tableValue)
     : this()
 {
     this.Table = table;
     this.TableValue = tableValue;
 }