Index Property
Summary
The starting index into the string where the match occurs.
Syntax
public int Index { get; }
Public ReadOnly Property Index() As Integer
Get
public:
property Int32 Index
{
Int32 get()
}
Property Value
An integer corresponding to the string index where the match begins.