C# Class BreakingAndStoppingParallelFor.Program

Show file Open project: TelerikAcademy/TelerikAcademyPlus

Public Methods

Method Description
GetNValues ( List values, int countToTake ) : List
GetValuesBeforeValue ( List values, int stopperValue ) : List

Private Methods

Method Description
Main ( string args ) : void

Method Details

GetNValues() public static method

public static GetNValues ( List values, int countToTake ) : List
values List
countToTake int
return List

GetValuesBeforeValue() public static method

public static GetValuesBeforeValue ( List values, int stopperValue ) : List
values List
stopperValue int
return List