Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CacheSize
int System.Text.RegularExpressions.Regex.CacheSize
static
get
set
Definition at line
83
of file
Regex.cs
.
84
{
85
get
86
{
87
return
RegexCache.MaxCacheSize;
88
}
89
set
90
{
91
if
(
value
< 0)
92
{
93
ThrowHelper.ThrowArgumentOutOfRangeException(
ExceptionArgument
.value);
94
}
95
RegexCache.MaxCacheSize
=
value
;
96
}
97
}
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Text.RegularExpressions.ExceptionArgument
ExceptionArgument
Definition
ExceptionArgument.cs:4
System.Text.RegularExpressions.ExceptionArgument.value
@ value
System
Text
RegularExpressions
Regex
Generated by
1.10.0