C# Класс PlasticSCM.CLI.MatchExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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