Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexCache.Key Struct Reference

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
 

Detailed Description

Definition at line 11 of file RegexCache.cs.


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