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

◆ ThrowArgumentOutOfRangeException()

static void System.Collections.BitArray.ThrowArgumentOutOfRangeException ( int index)
inlinestaticprivate

Definition at line 1017 of file BitArray.cs.

1018 {
1019 throw new ArgumentOutOfRangeException("index", index, System.SR.ArgumentOutOfRange_Index);
1020 }
static string ArgumentOutOfRange_Index
Definition SR.cs:30
Definition SR.cs:7

References System.SR.ArgumentOutOfRange_Index, and System.index.

Referenced by System.Collections.BitArray.Get(), and System.Collections.BitArray.Set().