Gets a value indicating whether [eof].
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic ReadOnly Property EoF As Boolean
Get
public:
property bool EoF {
bool get ();
}
member EoF : bool with get
Property Value
Type:
Booleantrue if [eof]; otherwise,
false.
See Also