C# 클래스 Pihrtsoft.Text.RegularExpressions.Linq.CharSubtraction

Represents a character subtraction pattern. This pattern matches a character from a base group except characters from a excluded group.
상속: QuantifiablePattern, IExcludedGroup
파일 보기 프로젝트 열기: JosefPihrt/LinqToRegex

공개 메소드들

메소드 설명
AppendExcludedGroupTo ( PatternBuilder builder ) : void

Appends the text representation of the current instance of the character subtraction to the specified PatternBuilder.

비공개 메소드들

메소드 설명
AppendTo ( PatternBuilder builder ) : void
CharSubtraction ( IBaseGroup baseGroup, IExcludedGroup excludedGroup ) : System

메소드 상세

AppendExcludedGroupTo() 공개 메소드

Appends the text representation of the current instance of the character subtraction to the specified PatternBuilder.
is null.
public AppendExcludedGroupTo ( PatternBuilder builder ) : void
builder PatternBuilder The builder to use for appending the text.
리턴 void