Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.Capture Class Reference

Public Member Functions

override string ToString ()
 

Package Functions

 Capture (string text, int index, int length)
 
ReadOnlyMemory< char > GetLeftSubstring ()
 
ReadOnlyMemory< char > GetRightSubstring ()
 

Properties

int Index [get, protected set]
 
int Length [get, protected set]
 
string Text [get, set]
 
string Value [get]
 
ReadOnlySpan< char > ValueSpan [get]
 

Detailed Description

Definition at line 3 of file Capture.cs.


The documentation for this class was generated from the following file: