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

◆ CheckNull()

void System.Data.Range.CheckNull ( )
inlinepackage

Definition at line 54 of file Range.cs.

55 {
56 if (IsNull)
57 {
58 throw ExceptionBuilder.NullRange();
59 }
60 }

References System.Data.Range.IsNull, and System.Data.ExceptionBuilder.NullRange().