partial static void CreateCustomDemo(ref ContentPackageCollection customDemoObject);
private void CopyContentFrom(ContentPackageCollection sourceObject) { CollectionContent = sourceObject.CollectionContent; _unmodified_CollectionContent = sourceObject._unmodified_CollectionContent; }
public static ContentPackageCollection CreateDefault() { var result = new ContentPackageCollection(); return result; }