Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationEntry Struct Reference

Package Functions

 SerializationEntry (string entryName, object entryValue, Type entryType)
 

Properties

object? Value [get]
 
string Name [get]
 
Type ObjectType [get]
 

Private Attributes

readonly string _name
 
readonly object _value
 
readonly Type _type
 

Detailed Description

Definition at line 3 of file SerializationEntry.cs.


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