C# 클래스 FruitShopDojo.Program

파일 보기 프로젝트 열기: Betclic/CodingDojo-Katas

공개 메소드들

메소드 설명
Global ( string read, int globalCost ) : Int32
splitGlobal ( string read ) : List

비공개 메소드들

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

메소드 상세

Global() 공개 정적인 메소드

public static Global ( string read, int globalCost ) : Int32
read string
globalCost int
리턴 System.Int32

splitGlobal() 공개 정적인 메소드

public static splitGlobal ( string read ) : List
read string
리턴 List