C# Class IteratorTest.IntRange

Afficher le fichier Open project: mono/mono-microthreads Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetNext ( int a, int b, int c, int d, int e ) : int
a int
b int
c int
d int
e int
Résultat int

GetNext() public méthode

public GetNext ( ) : long
Résultat long

IntRange() public méthode

public IntRange ( long min, long max ) : System
min long
max long
Résultat System