Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Caps
IDictionary
? System.Text.RegularExpressions.Regex.Caps
get
set
protected
Definition at line
44
of file
Regex.cs
.
45
{
46
get
47
{
48
return
caps
;
49
}
50
[
param
:
DisallowNull
]
51
set
52
{
53
if
(
value
==
null
)
54
{
55
ThrowHelper.ThrowArgumentNullException(
ExceptionArgument
.value);
56
}
57
caps
= (
value
as
Hashtable
) ??
new
Hashtable
(
value
);
58
}
59
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Hashtable
Definition
Hashtable.cs:13
System.Text.RegularExpressions.Regex.caps
Hashtable? caps
Definition
Regex.cs:21
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