Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetEmptyStorage()
override object System.Data.Common.BigIntegerStorage.GetEmptyStorage
(
int
recordCount
)
inline
protected
Definition at line
219
of file
BigIntegerStorage.cs
.
220
{
221
return
new
BigInteger
[recordCount];
222
}
System.Numerics.BigInteger
Definition
BigInteger.cs:10
System
Data
Common
BigIntegerStorage
Generated by
1.10.0