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

◆ GetObjectData()

void ISerializable. System.Text.DecoderNLS.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlineprivateinherited

Implements System.Runtime.Serialization.ISerializable.

Definition at line 53 of file DecoderNLS.cs.

54 {
55 throw new PlatformNotSupportedException();
56 }