Seuraavaksi tulevat sanat

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

Syntax

C#
public ReadOnlyCollection<string> WordsNext { get; }
Visual Basic
Public ReadOnly Property WordsNext As ReadOnlyCollection(Of String)
	Get
Visual C++
public:
property ReadOnlyCollection<String^>^ WordsNext {
	ReadOnlyCollection<String^>^ get ();
}

See Also