Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Seed
override long System.Data.AutoIncrementBigInteger.Seed
get
set
package
Definition at line
28
of file
AutoIncrementBigInteger.cs
.
29
{
30
get
31
{
32
return
_seed
;
33
}
34
set
35
{
36
if
(
_current
==
_seed
||
BoundaryCheck
(
value
))
37
{
38
_current
=
value
;
39
}
40
_seed
=
value
;
41
}
42
}
System.Data.AutoIncrementBigInteger.BoundaryCheck
bool BoundaryCheck(BigInteger value)
Definition
AutoIncrementBigInteger.cs:86
System.Data.AutoIncrementBigInteger._seed
long _seed
Definition
AutoIncrementBigInteger.cs:10
System.Data.AutoIncrementBigInteger._current
BigInteger _current
Definition
AutoIncrementBigInteger.cs:8
System.ExceptionArgument.value
@ value
System
Data
AutoIncrementBigInteger
Generated by
1.10.0