Method | Description | |
---|---|---|
Reset ( ) : void |
Resets the next ID back to zero.
|
|
Reset ( uint nextId ) : void |
Resets the next ID to a specific value.
|
|
UInt32IdGenerator ( ) |
Construct, setting the initial ID to zero.
|
|
UInt32IdGenerator ( uint nextId ) |
Construct, setting the initial ID to the value provided.
|