Android.Util.JsonReader.NextNull Method
Consumes the next token from the JSON stream and asserts that it is a literal null.

Syntax

[Android.Runtime.Register("nextNull", "()V", "")]
public void NextNull ()

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the next token is not null or if this reader is closed.
Java.IO.IOException

Remarks

Consumes the next token from the JSON stream and asserts that it is a literal null.

[Android Documentation]

Requirements

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