public void InitializeForAutoGeneration(
     CollectObjectsDelegate collectObjectsDelegate,
     bool hasNoChildObject)
 {
     this.CollectObjectsMethod = collectObjectsDelegate;
     this.HasNoChildObject     = hasNoChildObject;
 }
 public void InitializeForAutoGeneration(CollectObjectsDelegate collectObjectsDelegate) => this.CollectObjectsMethod = collectObjectsDelegate;