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
getset

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 }