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

◆ Get()

override object System.Data.Common.StringStorage.Get ( int recordNo)
inline

Definition at line 138 of file StringStorage.cs.

139 {
140 string text = _values[recordNo];
141 if (text != null)
142 {
143 return text;
144 }
145 return _nullValue;
146 }

References System.Data.Common.DataStorage._nullValue, System.Data.Common.StringStorage._values, and System.text.

Referenced by System.Data.Common.StringStorage.Aggregate().