Click or drag to resize
ConfigAsEnumerable Method

[Missing <summary> documentation for "M:Akka.Configuration.Config.AsEnumerable"]

Namespace: Akka.Configuration
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IEnumerable<KeyValuePair<string, HoconValue>> AsEnumerable()

Return Value

Type: IEnumerableKeyValuePairString, HoconValue

[Missing <returns> documentation for "M:Akka.Configuration.Config.AsEnumerable"]

See Also