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

◆ IsNull()

override bool System.Data.Common.ObjectStorage.IsNull ( int record)
inlinevirtual

Reimplemented from System.Data.Common.DataStorage.

Definition at line 285 of file ObjectStorage.cs.

286 {
287 return _values[record] == null;
288 }

References System.Data.Common.ObjectStorage._values, and System.Xml.Dictionary.