C# Class PlasticSCM.CLI.MatchExtensions

Exibir arquivo Open project: powercode/PSPlastic

Public Methods

Method Description
GetGroupValue ( this match, int index ) : string
GetGroupValue ( this match, string groupName ) : string
TryGetGroupValue ( this match, string groupName ) : string

Method Details

GetGroupValue() public static method

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

GetGroupValue() public static method

public static GetGroupValue ( this match, string groupName ) : string
match this
groupName string
return string

TryGetGroupValue() public static method

public static TryGetGroupValue ( this match, string groupName ) : string
match this
groupName string
return string