HoconObjectItems Property |
[Missing <summary> documentation for "P:Akka.Configuration.Hocon.HoconObject.Items"]
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Dictionary<string, HoconValue> Items { get; }
Public ReadOnly Property Items As Dictionary(Of String, HoconValue)
Get
public:
property Dictionary<String^, HoconValue^>^ Items {
Dictionary<String^, HoconValue^>^ get ();
}
member Items : Dictionary<string, HoconValue> with get
Property Value
Type:
DictionaryString,
HoconValue
See Also