Java.Util.Jar.Attributes Class
The Attributes class is used to store values for manifest entries.

See Also: Attributes Members

Syntax

[Android.Runtime.Register("java/util/jar/Attributes", DoNotGenerateAcw=true)]
public class Attributes : Java.Lang.Object, Java.Lang.ICloneable, Java.Util.IMap, IDisposable

Remarks

The Attributes class is used to store values for manifest entries. Attribute keys are generally instances of Attributes.Name. Values associated with attribute keys are of type String.

[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