Scanner.Reset Method

Definition

Resets this scanner.

[Android.Runtime.Register("reset", "()Ljava/util/Scanner;", "")]
public Java.Util.Scanner? Reset ();
[<Android.Runtime.Register("reset", "()Ljava/util/Scanner;", "")>]
member this.Reset : unit -> Java.Util.Scanner

Returns

this scanner

Attributes

Remarks

Java documentation for java.util.Scanner.reset().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to