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

◆ ThrowArgumentException_OverlapAlignmentMismatch()

static void System.ThrowHelper.ThrowArgumentException_OverlapAlignmentMismatch ( )
inlinestaticpackage

Definition at line 44 of file ThrowHelper.cs.

45 {
46 throw new ArgumentException(SR.Argument_OverlapAlignmentMismatch);
47 }

References System.SR.Argument_OverlapAlignmentMismatch.

Referenced by System.MemoryExtensions.Overlaps< T >().