RegexRunner.Go Method

Definition

Used by a Regex object generated by the CompileToAssembly method.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 abstract void Go();
protected:
 virtual void Go();
protected abstract void Go ();
protected virtual void Go ();
abstract member Go : unit -> unit
abstract member Go : unit -> unit
override this.Go : unit -> unit
Protected MustOverride Sub Go ()
Protected Overridable Sub Go ()

Applies to