Android.Content.ContentValues.Put Method
Adds a value to the set.

Syntax

[Android.Runtime.Register("put", "(Ljava/lang/String;Ljava/lang/Boolean;)V", "")]
public void Put (string key, bool value)

Parameters

key
the name of the value to put
value
the data for the value to put

Remarks

Adds a value to the set.

[Android Documentation]

Requirements

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