Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Key
[2/2]
object IKeyValue.
System.Runtime.Serialization.KeyValue
<
K
,
V
>.Key
get
set
Implements
System.Runtime.Serialization.IKeyValue
.
Definition at line
36
of file
KeyValue.cs
.
37
{
38
get
39
{
40
return
_key
;
41
}
42
set
43
{
44
_key
= (
K
)
value
;
45
}
46
}
System.ExceptionArgument.value
@ value
System.ConsoleKey.K
@ K
System.Runtime.Serialization.KeyValue._key
K _key
Definition
KeyValue.cs:6
System
Runtime
Serialization
KeyValue
Generated by
1.10.0