| ChildrenContainerBase Constructor |
TBD
Namespace:
Akka.Actor.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected ChildrenContainerBase(
IImmutableDictionary<string, IChildStats> children
)
new :
children : IImmutableDictionary<string, IChildStats> -> ChildrenContainerBase
Parameters
- children
- Type: IImmutableDictionaryString, IChildStats
TBD
See Also