terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AddValue() [7/10]

void System.Runtime.Serialization.SerializationInfo.AddValue ( string name,
object value )
inline

Definition at line 191 of file SerializationInfo.cs.

192 {
193 if (value != null)
194 {
195 Type type = value.GetType();
196 return;
197 }
198 long num = 0L;
199 Type type2;
200 this.AddValue(name, num, type2);
201 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(string name, object value, Type type)
new Type GetType()
Definition Type.cs:287

References System.Runtime.Serialization.SerializationInfo.AddValue(), System.Type.GetType(), j__TPar, System.L, and System.value.