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