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

◆ OnDeserialization()

virtual void System.Collections.Generic.LinkedList< T >.OnDeserialization ( object sender)
inlinevirtual

Implements System.Runtime.Serialization.IDeserializationCallback.

Definition at line 248 of file LinkedList.cs.

249 {
251 if (siInfo != null)
252 {
253 int @int = siInfo.GetInt32("Version");
254 if (this._siInfo.GetInt32("Count") != 0)
255 {
256 Type type;
257 object value = this._siInfo.GetValue("Data", type);
258 if (value != null && value != null)
259 {
260 return;
261 }
262 throw new InvalidCastException();
263 }
264 else
265 {
266 this.version = @int;
267 }
268 }
269 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Generic.LinkedList< T >._siInfo, System.Runtime.Serialization.SerializationInfo.GetInt32(), System.Runtime.Serialization.SerializationInfo.GetValue(), j__TPar, and System.value.