MatchPositionInfo Constructor
Namespace: DevCase.Core.DataProcessing.RegExAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MatchPositionInfo(
string text,
int startIndex
)
Public Sub New (
text As String,
startIndex As Integer
)
Dim text As String
Dim startIndex As Integer
Dim instance As New MatchPositionInfo(text, startIndex)
public:
MatchPositionInfo(
String^ text,
int startIndex
)
new :
text : string *
startIndex : int -> MatchPositionInfo
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The text value.
- startIndex Int32
-
The start index.