C# Class FileScanner.PatternMatching.Match

Afficher le fichier Open project: kzemek/FileScanner Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Match ( int index, string value ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Match() public méthode

public Match ( int index, string value ) : System
index int
value string
Résultat System