C# Класс Pihrtsoft.Text.RegularExpressions.Linq.Extensions.GroupExtensions

Provides a set of static methods that extends Group class.
Показать файл Открыть проект

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

Метод Описание
EnumerateCaptures ( this group ) : IEnumerable

Returns enumerable collection of captures of a specified group.

Описание методов

EnumerateCaptures() публичный статический Метод

Returns enumerable collection of captures of a specified group.
is null.
public static EnumerateCaptures ( this group ) : IEnumerable
group this A regular expression group.
Результат IEnumerable