Method | Description | |
---|---|---|
Program ( ILogger |
||
Run ( string args ) : void | ||
getPrimes ( int min, int count ) : IEnumerable |
||
getPrimesAsync ( int min, int count ) : Task |
Method | Description | |
---|---|---|
Log ( string args ) : void | ||
Main ( string args ) : void | ||
PrintPrimaryNumbers ( ) : void | ||
PrintPrimaryNumbersAsync ( ) : void | ||
Serialize ( string args ) : Task |
||
Serialize ( string args ) : string | ||
SerializeAsync ( string args ) : Task |
public static getPrimes ( int min, int count ) : IEnumerable |
||
min | int | |
count | int | |
return | IEnumerable |
public static getPrimesAsync ( int min, int count ) : Task |
||
min | int | |
count | int | |
return | Task |