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