C# 클래스 Perforce.FileStats.Other

파일 보기 프로젝트 열기: jurney/P4Backup

공개 메소드들

메소드 설명
GetIndex ( string line, string action ) : int

Given "... ... otherOpen42 beau.brennen@R-BBRENNEN0372" and "otherOpen", return 42.

메소드 상세

GetIndex() 공개 정적인 메소드

Given "... ... otherOpen42 beau.brennen@R-BBRENNEN0372" and "otherOpen", return 42.
public static GetIndex ( string line, string action ) : int
line string The single line of text to strip the index from.
action string The action that prepends the index.
리턴 int