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

◆ GetObjectData()

void ISerializable. System.IO.DriveInfo.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlineprivate

Implements System.Runtime.Serialization.ISerializable.

Definition at line 155 of file DriveInfo.cs.

156 {
157 throw new PlatformNotSupportedException();
158 }