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

◆ ThrowArrayMismatchException()

static ref object System.Runtime.CompilerServices.CastHelpers.ThrowArrayMismatchException ( )
inlinestaticprivate

Definition at line 425 of file CastHelpers.cs.

426 {
427 throw new ArrayTypeMismatchException();
428 }

Referenced by System.Runtime.CompilerServices.CastHelpers.LdelemaRef().