C# 클래스 PlasticSCM.CLI.MatchExtensions

파일 보기 프로젝트 열기: powercode/PSPlastic

공개 메소드들

메소드 설명
GetGroupValue ( this match, int index ) : string
GetGroupValue ( this match, string groupName ) : string
TryGetGroupValue ( this match, string groupName ) : string

메소드 상세

GetGroupValue() 공개 정적인 메소드

public static GetGroupValue ( this match, int index ) : string
match this
index int
리턴 string

GetGroupValue() 공개 정적인 메소드

public static GetGroupValue ( this match, string groupName ) : string
match this
groupName string
리턴 string

TryGetGroupValue() 공개 정적인 메소드

public static TryGetGroupValue ( this match, string groupName ) : string
match this
groupName string
리턴 string