Click or drag to resize
Akka.NETHoconValueNewValue Method
Creates a fresh list of elements inside this HoconValue and adds the given value to the list.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void NewValue(
	IHoconElement value
)

Parameters

value
Type: Akka.Configuration.HoconIHoconElement
The element to add to the list.
See Also