示例#1
0
partial         static void CreateCustomDemo(ref InformationInputCollection customDemoObject);
示例#2
0
 private void CopyContentFrom(InformationInputCollection sourceObject)
 {
     CollectionContent = sourceObject.CollectionContent;
             _unmodified_CollectionContent = sourceObject._unmodified_CollectionContent;
 }
示例#3
0
 public static InformationInputCollection CreateDefault()
 {
     var result = new InformationInputCollection();
             return result;
 }