Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pytocs
TypeInference
Statistics
C# 클래스 Pytocs.TypeInference.Statistics
파일 보기
프로젝트 열기: uxmal/pytocs
공개 메소드들
메소드
설명
getInt
(
string
key
) :
long
inc
(
string
key
) :
void
inc
(
string
key
,
long
x
) :
void
print
( ) :
string
putInt
(
string
key
,
long
value
) :
void
메소드 상세
getInt()
공개
메소드
public
getInt
(
string
key
) :
long
key
string
리턴
long
inc()
공개
메소드
public
inc
(
string
key
) :
void
key
string
리턴
void
inc()
공개
메소드
public
inc
(
string
key
,
long
x
) :
void
key
string
x
long
리턴
void
print()
공개
메소드
public
print
( ) :
string
리턴
string
putInt()
공개
메소드
public
putInt
(
string
key
,
long
value
) :
void
key
string
value
long
리턴
void