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

◆ UInt32Storage()

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

Definition at line 11 of file UInt32Storage.cs.

12 : base(column, typeof(uint), 0u, StorageType.UInt32)
13 {
14 }