コード例 #1
0
 /// <summary>
 ///   Checks whether the <paramref name="detector" /> detects any vehicles.
 /// </summary>
 /// <param name="detector">The detector that should observe the vehicles.</param>
 public extern bool ObserveVehicles(VehicleDetector detector);
コード例 #2
0
		/// <summary>
		///   Checks whether the <paramref name="detector" /> detects any vehicles.
		/// </summary>
		/// <param name="detector">The detector that should observe the vehicles.</param>
		public extern bool ObserveVehicles(VehicleDetector detector);