RegexRunner.InitTrackCount Method

Definition

InitTrackCount must initialize the runtrackcount field; this is used to know how large the initial runtrack and runstack arrays must be.

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

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

Applies to