Akka.Actor.Internal.NormalChildrenContainer.NormalChildrenContainer C# (CSharp) 메소드

NormalChildrenContainer() 개인적인 메소드

private NormalChildrenContainer ( IChildStats>.IImmutableDictionary children ) : System.Collections.Immutable
children IChildStats>.IImmutableDictionary
리턴 System.Collections.Immutable
        private NormalChildrenContainer(IImmutableDictionary<string, IChildStats> children)
            : base(children)
        {
        }