Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FrequencyList
C# 클래스 FrequencyList, Team-6
파일 보기
프로젝트 열기: RUGSoftEng/Team-6
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
lang
string
mostCommonOccurence
int
공개 메소드들
메소드
설명
FrequencyList
(
string
lang
) :
System
Search
(
string
word
) :
double
initialize
( ) :
IEnumerator
메소드 상세
FrequencyList()
공개
메소드
public
FrequencyList
(
string
lang
) :
System
lang
string
리턴
System
Search()
공개
메소드
public
Search
(
string
word
) :
double
word
string
리턴
double
initialize()
공개
메소드
public
initialize
( ) :
IEnumerator
리턴
IEnumerator
프로퍼티 상세
lang
공개적으로 프로퍼티
public
string
lang
리턴
string
mostCommonOccurence
공개적으로 프로퍼티
public
int
mostCommonOccurence
리턴
int