C# Класс Pchp.Library.PerlRegex.Group

Represents the results from a single capturing group. A capturing group can capture zero, one, or more strings in a single match because of quantifiers, so Group supplies a collection of Capture objects.
Наследование: Capture
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Synchronized ( Group inner ) : Group

Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.

Приватные методы

Метод Описание
Group ( string text, int caps, int capcount, string name ) : System

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

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

Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.
public static Synchronized ( Group inner ) : Group
inner Group
Результат Group