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

◆ GetChar()

override char System.Data.Common.DataRecordInternal.GetChar ( int i)
inline

Implements System.Data.IDataRecord.

Definition at line 126 of file DataRecordInternal.cs.

127 {
128 return ((string)_values[i])[0];
129 }

References System.Data.Common.DataRecordInternal._values.