Attributes.Get(Object) Method

Definition

Returns the value of the specified attribute name, or null if the attribute name was not found.

[Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetGet_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object? Get (Java.Lang.Object? name);
[<Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetGet_Ljava_lang_Object_Handler")>]
abstract member Get : Java.Lang.Object -> Java.Lang.Object
override this.Get : Java.Lang.Object -> Java.Lang.Object

Parameters

name
Object

the attribute name

Returns

the value of the specified attribute name, or null if not found.

Attributes

Remarks

Returns the value of the specified attribute name, or null if the attribute name was not found.

Java documentation for java.util.jar.Attributes.get(java.lang.Object).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to