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

◆ GetObjectData()

void System.Reflection.AssemblyName.GetObjectData ( SerializationInfo info,
StreamingContext context )
inline

Implements System.Runtime.Serialization.ISerializable.

Definition at line 384 of file AssemblyName.cs.

385 {
386 throw new PlatformNotSupportedException();
387 }