Lets the caller know if this root node contains any values
Namespace: Akka.ConfigurationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool with get
Property Value
Type:
Boolean
See Also