示例#1
0
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <string>();
 }
示例#2
0
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <CustomDataStructure>();
 }
示例#3
0
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <CustomComplexObject>();
 }
示例#4
0
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <DateTime>();
 }