Android.Util.JsonReader.BeginArray Method
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.

Syntax

[Android.Runtime.Register("beginArray", "()V", "")]
public void BeginArray ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.

[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