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