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