C# Class BreakingAndStoppingParallelFor.Program

Afficher le fichier Open project: TelerikAcademy/TelerikAcademyPlus

Méthodes publiques

Méthode Description
GetNValues ( List values, int countToTake ) : List
GetValuesBeforeValue ( List values, int stopperValue ) : List

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

GetNValues() public static méthode

public static GetNValues ( List values, int countToTake ) : List
values List
countToTake int
Résultat List

GetValuesBeforeValue() public static méthode

public static GetValuesBeforeValue ( List values, int stopperValue ) : List
values List
stopperValue int
Résultat List