Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Fluency
IdGenerators
IncrementingIdGenerator
C# 클래스 Fluency.IdGenerators.IncrementingIdGenerator
Generates Id values starting at a specific number, incrementing subsequent ids by 1.
상속:
IIdGenerator
파일 보기
프로젝트 열기: ChrisEdwards/Fluency
공개 메소드들
메소드
설명
GetNextId
( ) :
int
Gets the next Id.
IncrementingIdGenerator
( )
IncrementingIdGenerator
(
int
startingValue
)
메소드 상세
GetNextId()
공개
메소드
Gets the next Id.
public
GetNextId
( ) :
int
리턴
int
IncrementingIdGenerator()
공개
메소드
public
IncrementingIdGenerator
( )
IncrementingIdGenerator()
공개
메소드
public
IncrementingIdGenerator
(
int
startingValue
)
startingValue
int