C# Class Sunny.UI.Range

Afficher le fichier Open project: yhuse/SunnyUI

Méthodes publiques

Méthode Description
Range ( ) : System
Range ( int lower, int upper ) : System
this ( int index ) : int

Gets the lower range for an index of 0 and the upper for an index of 1.

Private Methods

Méthode Description
ToRange ( Array range ) : Range

Method Details

Range() public méthode

public Range ( ) : System
Résultat System

Range() public méthode

public Range ( int lower, int upper ) : System
lower int
upper int
Résultat System

this() public méthode

Gets the lower range for an index of 0 and the upper for an index of 1.
public this ( int index ) : int
index int
Résultat int