C# Class Input101.DropDownItem

Inheritance: Java.Lang.Object
Afficher le fichier Open project: GoXuni/Xamarin.Android-Samples

Méthodes publiques

Свойство Type Description
country string[]

Méthodes publiques

Méthode Description
DropDownItem ( string name, Java.Lang.String value ) : System
DropDownItem ( string name, Java.Lang.String value, int flag ) : System
getList ( ) : IList

Method Details

DropDownItem() public méthode

public DropDownItem ( string name, Java.Lang.String value ) : System
name string
value Java.Lang.String
Résultat System

DropDownItem() public méthode

public DropDownItem ( string name, Java.Lang.String value, int flag ) : System
name string
value Java.Lang.String
flag int
Résultat System

getList() public static méthode

public static getList ( ) : IList
Résultat IList

Property Details

country public_oe static_oe property

public static string[] country
Résultat string[]