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

◆ GetObjectData()

void System.Threading.CompressedStack.GetObjectData ( SerializationInfo info,
StreamingContext context )
inline

Implements System.Runtime.Serialization.ISerializable.

Definition at line 11 of file CompressedStack.cs.

12 {
13 throw new PlatformNotSupportedException();
14 }