C# Class PlasticSCM.CLI.MatchExtensions

Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

Méthode Description
GetGroupValue ( this match, int index ) : string
GetGroupValue ( this match, string groupName ) : string
TryGetGroupValue ( this match, string groupName ) : string

Method Details

GetGroupValue() public static méthode

public static GetGroupValue ( this match, int index ) : string
match this
index int
Résultat string

GetGroupValue() public static méthode

public static GetGroupValue ( this match, string groupName ) : string
match this
groupName string
Résultat string

TryGetGroupValue() public static méthode

public static TryGetGroupValue ( this match, string groupName ) : string
match this
groupName string
Résultat string