C# Class PRI.ProductivityExtensions.MatchEvaluatorExtensions.MatchEvaluatorable

Class that contains extension methods that extend MatchEvaluator
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
BeginInvoke ( this matchevaluator, Match match, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. matchevaluator.BeginInvoke(match, callback);

Method Details

BeginInvoke() public static méthode

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. matchevaluator.BeginInvoke(match, callback);
public static BeginInvoke ( this matchevaluator, Match match, AsyncCallback callback ) : IAsyncResult
matchevaluator this
match System.Text.RegularExpressions.Match
callback AsyncCallback
Résultat IAsyncResult