C# Class FlimFlan.ReadableRex.Range

显示文件 Open project: royosherove/dotnet-linq-to-regex

Public Methods

Method Description
Of ( char from, char to ) : Pattern
Of ( int from, int to ) : Pattern

Method Details

Of() public static method

public static Of ( char from, char to ) : Pattern
from char
to char
return Pattern

Of() public static method

public static Of ( int from, int to ) : Pattern
from int
to int
return Pattern