C# Class Sunny.UI.Range

显示文件 Open project: yhuse/SunnyUI

Public Methods

Method 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

Method Description
ToRange ( Array range ) : Range

Method Details

Range() public method

public Range ( ) : System
return System

Range() public method

public Range ( int lower, int upper ) : System
lower int
upper int
return System

this() public method

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