C# Class PRI.ProductivityExtensions.MatchEvaluatorExtensions.MatchEvaluatorable

Class that contains extension methods that extend MatchEvaluator
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method 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 method

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
return IAsyncResult