Class AndroidEnum
Inheritance
System.Object
AndroidEnum
Namespace: Telerik.Maui.Controls.Compatibility.Common.Android
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class AndroidEnum : Object
Constructors
AndroidEnum(Type, String)
Declaration
public AndroidEnum(Type enumType, string memberName)
Parameters
System.Type
enumType
|
System.String
memberName
|
Properties
EnumType
Declaration
public Type EnumType { get; }
Property Value
System.Type
|
MemberName
Declaration
public string MemberName { get; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(Object obj)
Parameters
Java.Lang.Object
obj
|
Returns
System.Boolean
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|