C# 클래스 Generator.Program

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

공개 메소드들

메소드 설명
Split ( string str, bool>.Func controller ) : IEnumerable
SplitCommandLine ( string commandLine ) : IEnumerable
TrimMatchingQuotes ( string input, char quote ) : string

비공개 메소드들

메소드 설명
Main ( string args ) : int
Parse ( IReadOnlyList files ) : IReadOnlyList>.Tuple
Process ( System.Arguments args ) : bool

메소드 상세

Split() 공개 정적인 메소드

public static Split ( string str, bool>.Func controller ) : IEnumerable
str string
controller bool>.Func
리턴 IEnumerable

SplitCommandLine() 공개 정적인 메소드

public static SplitCommandLine ( string commandLine ) : IEnumerable
commandLine string
리턴 IEnumerable

TrimMatchingQuotes() 공개 정적인 메소드

public static TrimMatchingQuotes ( string input, char quote ) : string
input string
quote char
리턴 string