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

◆ UInt64Storage()

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

Definition at line 11 of file UInt64Storage.cs.

12 : base(column, typeof(ulong), 0uL, StorageType.UInt64)
13 {
14 }