EmptyChildrenContainerInstance Property |
[Missing <summary> documentation for "P:Akka.Actor.Internal.EmptyChildrenContainer.Instance"]
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static ChildrenContainer Instance { get; }
Public Shared ReadOnly Property Instance As ChildrenContainer
Get
public:
static property ChildrenContainer^ Instance {
ChildrenContainer^ get ();
}
static member Instance : ChildrenContainer with get
Property Value
Type:
ChildrenContainer
See Also