C# Class wmib.messages.container

Container for language data
Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Cache string>.Dictionary
language string

Public Methods

Method Description
container ( string LanguageCode ) : System.Collections.Generic

Creates a new language data

Method Details

container() public method

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

Property Details

Cache public_oe property

Data
public Dictionary Cache
return string>.Dictionary

language public_oe property

Name of language
public string language
return string