class MatchEvaluator
in global :: System . Text . RegularExpressions
Represents the method that is called each time a regular expression match is found during a method operation.
matchThe object that represents a single regular expression match during a method operation.- Returns A string returned by the method that is represented by the delegate.
public string Invoke( Match match )
😔 No documentation found.
public IAsyncResult BeginInvoke( Match match, AsyncCallback callback, object object )
😔 No documentation found.
public string EndInvoke( IAsyncResult result )
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Delegate[] GetInvocationList( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object Target { get; }
😔 No documentation found.
public object Clone( )
😔 No documentation found.
public bool get_HasSingleTarget( )
😔 No documentation found.
public object DynamicInvoke( object[] args )
😔 No documentation found.
public MethodInfo Method { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public MatchEvaluator( object object, IntPtr method )
😔 No documentation found.