C# 클래스 wmib.messages.container

Container for language data
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
Cache string>.Dictionary
language string

공개 메소드들

메소드 설명
container ( string LanguageCode ) : System.Collections.Generic

Creates a new language data

메소드 상세

container() 공개 메소드

Creates a new language data
public container ( string LanguageCode ) : System.Collections.Generic
LanguageCode string
리턴 System.Collections.Generic

프로퍼티 상세

Cache 공개적으로 프로퍼티

Data
public Dictionary Cache
리턴 string>.Dictionary

language 공개적으로 프로퍼티

Name of language
public string language
리턴 string