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