Valittuna olevan sanan indeksi Words-listassa.

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

Syntax

C#
protected int CurrentWordIndex { get; set; }
Visual Basic
Protected Property CurrentWordIndex As Integer
	Get
	Set
Visual C++
protected:
property int CurrentWordIndex {
	int get ();
	void set (int value);
}

See Also