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

◆ IndexOutOfRange()

static void System.Reflection.Throw.IndexOutOfRange ( )
inlinestaticpackage

Definition at line 166 of file Throw.cs.

167 {
168 throw new ArgumentOutOfRangeException("index");
169 }