C# Class Android.Dialog.RangeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: runegri/Android.Dialog

Méthodes publiques

Свойство Type Description
High int
Low int
ShowCaption bool

Méthodes publiques

Méthode Description
RangeAttribute ( int low, int high ) : System

Method Details

RangeAttribute() public méthode

public RangeAttribute ( int low, int high ) : System
low int
high int
Résultat System

Property Details

High public_oe property

public int High
Résultat int

Low public_oe property

public int Low
Résultat int

ShowCaption public_oe property

public bool ShowCaption
Résultat bool