HoconValueGetLongList Method |
[Missing <summary> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetLongList"]
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IList<long> GetLongList()
Public Function GetLongList As IList(Of Long)
public:
IList<long long>^ GetLongList()
member GetLongList : unit -> IList<int64>
Return Value
Type:
IListInt64[Missing <returns> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetLongList"]
See Also