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

◆ GetObjectData()

override void System.Collections.Hashtable.SyncHashtable.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtual

Reimplemented from System.Collections.Hashtable.

Definition at line 170 of file Hashtable.cs.

171 {
172 throw new PlatformNotSupportedException();
173 }