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

◆ GetObjectData()

void ISerializable. System.Reflection.Pointer.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlineprivate

Implements System.Runtime.Serialization.ISerializable.

Definition at line 60 of file Pointer.cs.

61 {
62 throw new PlatformNotSupportedException();
63 }