Java.Util.Scanner.HasNextLine Property
Returns true if there is a line terminator in the input.

Syntax

[get: Android.Runtime.Register("hasNextLine", "()Z", "GetHasNextLineHandler")]
public bool HasNextLine { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this Scanner is closed.

Remarks

Returns true if there is a line terminator in the input. This method may block.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1