Lista käytettävistä sanoista.

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

Syntax

C#
public List<string> Words { get; protected set; }
Visual Basic
Public Property Words As List(Of String)
	Get
	Protected Set
Visual C++
public:
property List<String^>^ Words {
	List<String^>^ get ();
	protected: void set (List<String^>^ value);
}

See Also