Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
highScoreEntry
C# 클래스 highScoreEntry, code
파일 보기
프로젝트 열기: shendongnian/code
공개 프로퍼티들
프로퍼티
타입
설명
PlayerName
string
Score
string
공개 메소드들
메소드
설명
highScoreEntry
(
string
playerName
,
string
playerScore
)
메소드 상세
highScoreEntry()
공개
메소드
public
highScoreEntry
(
string
playerName
,
string
playerScore
)
playerName
string
playerScore
string
프로퍼티 상세
PlayerName
공개적으로 프로퍼티
public
string
PlayerName
리턴
string
Score
공개적으로 프로퍼티
public
string
Score
리턴
string