Initializes a new instance of the SpellingData class

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

Syntax

C#
public SpellingData(
	string word,
	string typedWord
)
Visual Basic
Public Sub New ( _
	word As String, _
	typedWord As String _
)
Visual C++
public:
SpellingData(
	String^ word, 
	String^ typedWord
)

Parameters

word
Type: System..::..String
Oikeinkirjoitettu muoto.
typedWord
Type: System..::..String
Kirjoitettu muoto.

See Also