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

◆ UInt16Storage()

System.Data.Common.UInt16Storage.UInt16Storage ( DataColumn column)
inline

Definition at line 11 of file UInt16Storage.cs.

12 : base(column, typeof(ushort), (ushort)0, StorageType.UInt16)
13 {
14 }