|  | NormalChildrenContainerCreate Method | 
 
            TBD
            
 
    Namespace: 
   Akka.Actor.Internal
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic static IChildrenContainer Create(
	IImmutableDictionary<string, IChildStats> children
)
static member Create : 
        children : IImmutableDictionary<string, IChildStats> -> IChildrenContainer 
Parameters
- children
- Type: IImmutableDictionaryString, IChildStats
 TBD
Return Value
Type: 
IChildrenContainerTBD
 See Also
See Also