Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnDeserialization()

void System.Reflection.AssemblyName.OnDeserialization ( object? sender)
inline

Implements System.Runtime.Serialization.IDeserializationCallback.

Definition at line 389 of file AssemblyName.cs.

390 {
391 throw new PlatformNotSupportedException();
392 }