| HoconValueGetByteList Method |
Retrieves a list of byte values from this
HoconValue.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IList<byte> GetByteList()
member GetByteList : unit -> IList<byte>
Return Value
Type:
IListByteA list of byte values represented by this
HoconValue.
See Also