Example #1
0
 public override ChildrenCollection AddChild(string name, ChildRestartInfo childRestartInfo)
 {
     return(NormalChildrenCollection.CreateNew(ImmutableDictionary <string, ChildInfo> .Empty.Add(name, childRestartInfo)));
 }
Example #2
0
 public override ChildrenCollection ReserveName(string name)
 {
     return(NormalChildrenCollection.CreateNew(ImmutableDictionary <string, ChildInfo> .Empty.Add(name, ChildNameReserved.Instance)));
 }