C# Class IteratorTest.IntRange

Show file Open project: mono/mono-microthreads Class Usage Examples

Public Methods

Method Description
GetNext ( int a, int b, int c, int d, int e ) : int
GetNext ( ) : long
IntRange ( long min, long max ) : System

Method Details

GetNext() public method

public GetNext ( int a, int b, int c, int d, int e ) : int
a int
b int
c int
d int
e int
return int

GetNext() public method

public GetNext ( ) : long
return long

IntRange() public method

public IntRange ( long min, long max ) : System
min long
max long
return System