C# 클래스 FlimFlan.ReadableRex.Range

파일 보기 프로젝트 열기: royosherove/dotnet-linq-to-regex

공개 메소드들

메소드 설명
Of ( char from, char to ) : Pattern
Of ( int from, int to ) : Pattern

메소드 상세

Of() 공개 정적인 메소드

public static Of ( char from, char to ) : Pattern
from char
to char
리턴 Pattern

Of() 공개 정적인 메소드

public static Of ( int from, int to ) : Pattern
from int
to int
리턴 Pattern