Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.DictionaryEntry Struct Reference

Public Member Functions

 DictionaryEntry (object key, object? value)
 
void Deconstruct (out object key, out object? value)
 

Properties

object Key [get, set]
 
object? Value [get, set]
 

Private Attributes

object _key
 
object _value
 

Detailed Description

Definition at line 8 of file DictionaryEntry.cs.


The documentation for this struct was generated from the following file: