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