Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string key]
override
string
System.Net.TrackingValidationObjectDictionary.this[
string
key
]
get
set
Definition at line
16
of file
TrackingValidationObjectDictionary.cs
.
17
{
18
get
19
{
20
return
base
[
key
];
21
}
22
set
23
{
24
PersistValue
(
key
,
value
,
addValue
:
false
);
25
}
26
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.TrackingValidationObjectDictionary.PersistValue
void PersistValue(string key, string value, bool addValue)
Definition
TrackingValidationObjectDictionary.cs:34
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Net
TrackingValidationObjectDictionary
Generated by
1.10.0