Pelin aikarajoitus.

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

Syntax

C#
public TimeSpan TimeLimit { get; set; }
Visual Basic
Public Property TimeLimit As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan TimeLimit {
	TimeSpan get ();
	void set (TimeSpan value);
}

See Also