Config..::..IsEmpty Property

Lets the caller know if this root node contains any values

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll)

Syntax


public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
	Get
public:
property bool^ IsEmpty {
	bool^ get ();
}