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