Android.Util.JsonWriter.Name Method
Encodes the property name.

Syntax

[Android.Runtime.Register("name", "(Ljava/lang/String;)Landroid/util/JsonWriter;", "")]
public JsonWriter Name (string name)

Parameters

name
the name of the forthcoming value. May not be null.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Encodes the property name.

[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