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

◆ SetLength()

override void System.Reflection.Internal.ReadOnlyUnmanagedMemoryStream.SetLength ( long value)
inline

Definition at line 86 of file ReadOnlyUnmanagedMemoryStream.cs.

87 {
88 throw new NotSupportedException();
89 }