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

◆ ValidateBuffers< T >()

static void System.IO.RandomAccess.ValidateBuffers< T > ( IReadOnlyList< T > buffers)
inlinestaticprivate

Definition at line 193 of file RandomAccess.cs.

194 {
195 if (buffers == null)
196 {
197 ThrowHelper.ThrowArgumentNullException(ExceptionArgument.buffers);
198 }
199 }

References System.buffers, and System.ThrowHelper.ThrowArgumentNullException().