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

◆ Write() [1/2]

override void System.IO.ReadOnlyMemoryStream.Write ( byte[] buffer,
int offset,
int count )
inline

Definition at line 196 of file ReadOnlyMemoryStream.cs.

197 {
198 throw new NotSupportedException();
199 }