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

◆ GetObjectData()

virtual void System.Collections.Specialized.NameObjectCollectionBase.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtualinherited

Implements System.Runtime.Serialization.ISerializable.

Reimplemented in System.Net.WebHeaderCollection, and System.Net.WebHeaderCollection.

Definition at line 237 of file NameObjectCollectionBase.cs.

238 {
239 throw new PlatformNotSupportedException();
240 }