Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Key
[1/2]
K
System.Runtime.Serialization.KeyValue
<
K
,
V
>.Key
get
set
Implements
System.Runtime.Serialization.IKeyValue
.
Definition at line
11
of file
KeyValue.cs
.
12
{
13
get
14
{
15
return
_key
;
16
}
17
set
18
{
19
_key
=
value
;
20
}
21
}
System.ExceptionArgument.value
@ value
System.Runtime.Serialization.KeyValue._key
K _key
Definition
KeyValue.cs:6
System
Runtime
Serialization
KeyValue
Generated by
1.10.0