C# Class FlimFlan.ReadableRex.Range

Afficher le fichier Open project: royosherove/dotnet-linq-to-regex

Méthodes publiques

Méthode Description
Of ( char from, char to ) : Pattern
Of ( int from, int to ) : Pattern

Method Details

Of() public static méthode

public static Of ( char from, char to ) : Pattern
from char
to char
Résultat Pattern

Of() public static méthode

public static Of ( int from, int to ) : Pattern
from int
to int
Résultat Pattern