Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Key (string pattern, string culture, RegexOptions options, TimeSpan matchTimeout) | |
override bool | Equals ([NotNullWhen(true)] object obj) |
bool | Equals (Key other) |
override int | GetHashCode () |
bool | Equals (T? other) |
Private Attributes | |
readonly string | _pattern |
readonly string | _culture |
readonly RegexOptions | _options |
readonly TimeSpan | _matchTimeout |
Definition at line 11 of file RegexCache.cs.