Exemplo n.º 1
0
 internal DataItem(PropertyCollection props)
 {
     Properties = props;
 }
Exemplo n.º 2
0
 public DataItem()
 {
     Properties = new PropertyCollection();
 }