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