Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string key]
string
System.Collections.Specialized.DictionaryWrapper.this[
string
key
]
get
set
Definition at line
9
of file
DictionaryWrapper.cs
.
10
{
11
get
12
{
13
return
_contents
[
key
];
14
}
15
set
16
{
17
_contents
[
key
] =
value
;
18
}
19
}
System.Collections.Specialized.DictionaryWrapper._contents
readonly Dictionary< string, string > _contents
Definition
DictionaryWrapper.cs:7
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Collections
Specialized
DictionaryWrapper
Generated by
1.10.0