Java.IO.StringReader.Close Method
Closes this reader.

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public override void Close ()

Remarks

Closes this reader. Once it is closed, read operations on this reader will throw an IOException. Only the first invocation of this method has any effect.

[Android Documentation]

Requirements

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