Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Fluency
IdGenerators
IncrementingIdGenerator
C# Class Fluency.IdGenerators.IncrementingIdGenerator
Generates Id values starting at a specific number, incrementing subsequent ids by 1.
Inheritance:
IIdGenerator
Show file
Open project: ChrisEdwards/Fluency
Public Methods
Method
Description
GetNextId
( ) :
int
Gets the next Id.
IncrementingIdGenerator
( )
IncrementingIdGenerator
(
int
startingValue
)
Method Details
GetNextId()
public
method
Gets the next Id.
public
GetNextId
( ) :
int
return
int
IncrementingIdGenerator()
public
method
public
IncrementingIdGenerator
( )
IncrementingIdGenerator()
public
method
public
IncrementingIdGenerator
(
int
startingValue
)
startingValue
int