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

◆ SetLength()

override void System.IO.ReadOnlyMemoryStream.SetLength ( long value)
inline

Definition at line 191 of file ReadOnlyMemoryStream.cs.

192 {
193 throw new NotSupportedException();
194 }