ConfigurationFactoryEmpty Property |
Gets the empty.
Namespace: Akka.ConfigurationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Config Empty { get; }
Public Shared ReadOnly Property Empty As Config
Get
public:
static property Config^ Empty {
Config^ get ();
}
static member Empty : Config with get
Property Value
Type:
ConfigThe empty.
See Also