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

◆ NotEnoughRoom()

static void System.Runtime.InteropServices.SafeBuffer.NotEnoughRoom ( )
inlinestaticprivateinherited

Definition at line 245 of file SafeBuffer.cs.

246 {
247 throw new ArgumentException(SR.Arg_BufferTooSmall);
248 }

References System.SR.Arg_BufferTooSmall.

Referenced by System.Runtime.InteropServices.SafeBuffer.SpaceCheck().