Lista huonoiten menneistä merkeistä tarkistettujen sanojen perusteella. Järjestetty virheiden määrän mukaan laskevasti.

Namespace: GameControls
Assembly: GameControls (in GameControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IOrderedEnumerable<KeyValuePair<char, int>> DifficultChars { get; }
Visual Basic
Public ReadOnly Property DifficultChars As IOrderedEnumerable(Of KeyValuePair(Of Char, Integer))
	Get
Visual C++
public:
property IOrderedEnumerable<KeyValuePair<wchar_t, int>>^ DifficultChars {
	IOrderedEnumerable<KeyValuePair<wchar_t, int>>^ get ();
}

See Also