Ejemplo n.º 1
0
 public ChildRowList(IChildRowCollection <TChildRow> rows)
 {
     this.rows = rows;
 }
Ejemplo n.º 2
0
 public TypedChildRowCollection(IChildRowCollection <Row> inner)
 {
     this.inner = inner;
 }