RegexRunner.MatchLength(Int32) 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:
 int MatchLength(int cap);
protected int MatchLength (int cap);
member this.MatchLength : int -> int
Protected Function MatchLength (cap As Integer) As Integer

Parameters

cap
Int32

The capture number.

Returns

Returns Int32.

Applies to