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

◆ GetObjectData()

override void System.Reflection.RuntimeModule.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtualinherited

Reimplemented from System.Reflection.Module.

Definition at line 420 of file RuntimeModule.cs.

421 {
422 throw new PlatformNotSupportedException();
423 }