Java.Util.Jar.Attributes.Put Method
Stores key/value pairs in this Attributes.

Syntax

[Android.Runtime.Register("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "GetPut_Ljava_lang_Object_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object Put (Java.Lang.Object key, Java.Lang.Object value)

Parameters

key
the key to associate with value.
value
the value to store in this Attributes.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassCastExceptionwhen key is not an Attributes.Name or value is not a String.

Remarks

Stores key/value pairs in this Attributes.

[Android Documentation]

Requirements

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