Java.Lang.Enum Class
The superclass of all enumerated types.

See Also: Enum Members

Syntax

[Android.Runtime.Register("java/lang/Enum", DoNotGenerateAcw=true)]
public abstract class Enum : Object, Java.IO.ISerializable, IComparable, IDisposable

Remarks

The superclass of all enumerated types. Actual enumeration types inherit from this class, but extending this class does not make a class an enumeration type, since the compiler needs to generate special information for it.

[Android Documentation]

Requirements

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