C# 클래스 Pihrtsoft.Text.RegularExpressions.Linq.Extensions.GroupExtensions

Provides a set of static methods that extends Group class.
파일 보기 프로젝트 열기: JosefPihrt/LinqToRegex

공개 메소드들

메소드 설명
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