C# 클래스 BreakingAndStoppingParallelFor.Program

파일 보기 프로젝트 열기: TelerikAcademy/TelerikAcademyPlus

공개 메소드들

메소드 설명
GetNValues ( List values, int countToTake ) : List
GetValuesBeforeValue ( List values, int stopperValue ) : List

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

GetNValues() 공개 정적인 메소드

public static GetNValues ( List values, int countToTake ) : List
values List
countToTake int
리턴 List

GetValuesBeforeValue() 공개 정적인 메소드

public static GetValuesBeforeValue ( List values, int stopperValue ) : List
values List
stopperValue int
리턴 List