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

◆ GetStringLength()

override int System.Data.Common.StringStorage.GetStringLength ( int record)
inlinevirtual

Reimplemented from System.Data.Common.DataStorage.

Definition at line 148 of file StringStorage.cs.

149 {
150 return _values[record]?.Length ?? 0;
151 }

References System.Data.Common.StringStorage._values.