RegexRunner::TransferCapture Method (Int32, Int32, Int32, Int32)

 

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

Used by a Regex object generated by the Regex::CompileToAssembly method.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

protected:
void TransferCapture(
	int capnum,
	int uncapnum,
	int start,
	int end
)

Parameters

capnum
Type: System::Int32

A capture number.

uncapnum
Type: System::Int32

A saved capture number.

start
Type: System::Int32

The starting position.

end
Type: System::Int32

The ending position.

.NET Framework
Available since 1.1
Return to top
Show: