Beispiel #1
0
 internal DataItem(PropertyCollection props)
 {
     Properties = props;
 }
Beispiel #2
0
 public DataItem()
 {
     Properties = new PropertyCollection();
 }