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

◆ ThrowIndexOutOfRangeException()

static void System.ThrowHelper.ThrowIndexOutOfRangeException ( )
inlinestaticpackage

Definition at line 26 of file ThrowHelper.cs.

27 {
28 throw new IndexOutOfRangeException();
29 }

Referenced by System.Array.Clear(), and System.Array.GetFlattenedIndex().