Show / Hide Table of Contents

Property RXMatch.End


Overload

Gets end offset of the match in the subject string (RXMatch.Start + RXMatch.Length). The same as that of group 0 (RXGroup.End).

public int End { get; }
Property Value
int