Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Etupirka
TimeData
C# 클래스 Etupirka.TimeData
파일 보기
프로젝트 열기: Aixile/Etupirka
공개 프로퍼티들
프로퍼티
타입
설명
d
int>.Dictionary
공개 메소드들
메소드
설명
AddTime
(
string
uid
,
int
value
) :
void
GetSum
( ) :
int
GetValue
(
string
uid
) :
int
TimeData
( ) :
System
TimeData
(
int>.Dictionary
_d
) :
System
메소드 상세
AddTime()
공개
메소드
public
AddTime
(
string
uid
,
int
value
) :
void
uid
string
value
int
리턴
void
GetSum()
공개
메소드
public
GetSum
( ) :
int
리턴
int
GetValue()
공개
메소드
public
GetValue
(
string
uid
) :
int
uid
string
리턴
int
TimeData()
공개
메소드
public
TimeData
( ) :
System
리턴
System
TimeData()
공개
메소드
public
TimeData
(
int>.Dictionary
_d
) :
System
_d
int>.Dictionary
리턴
System
프로퍼티 상세
d
공개적으로 프로퍼티
public
Dictionary
d
리턴
int>.Dictionary