C# 클래스 Mercurial.OutputParsingUtilities

This class holds utility methods for parsing the output from the Mercurial commands.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
SplitIntoLines ( string output ) : string[]

Split the multi-line output into separate line strings.

메소드 상세

SplitIntoLines() 공개 정적인 메소드

Split the multi-line output into separate line strings.
/// is null. ///
public static SplitIntoLines ( string output ) : string[]
output string /// The output from the Mercurial command string to split into separate line strings. ///
리턴 string[]