You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ProductId="*"Name="Hourglass"Language="1033"Version="1.15.29.0"Manufacturer="Chris Dziemborowicz, Ivan Ivon"UpgradeCode="172d3713-8820-4374-8195-3e2374e7724f">
4
+
<ProductId="*"Name="Hourglass"Language="1033"Version="1.15.30.0"Manufacturer="Chris Dziemborowicz, Ivan Ivon"UpgradeCode="172d3713-8820-4374-8195-3e2374e7724f">
/// <returns>The next value in <paramref name="remainingArgs"/>.</returns>
830
-
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument in
831
-
/// <paramref name="remainingArgs"/> is a switch.</exception>
830
+
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument in <paramref name="remainingArgs"/> is a switch.</exception>
/// <param name="last">The value of the argument returned when the user specifies "last".</param>
925
922
/// <returns>The next <see cref="Theme"/> value in <paramref name="remainingArgs"/></returns>
926
-
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not
927
-
/// "last" or a valid representation of a <see cref="Theme"/>.</exception>
923
+
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not "last" or a valid representation of a <see cref="Theme"/>.</exception>
/// <param name="last">The value of the argument returned when the user specifies "last".</param>
964
960
/// <returns>The next <see cref="Sound"/> value in <paramref name="remainingArgs"/>.</returns>
965
-
/// <exception cref="ParseException">if <paramref name="remainingArgs"/> is empty or the next argument is not
966
-
/// "none", "last", or a valid representation of a <see cref="Sound"/>.</exception>
961
+
/// <exception cref="ParseException">if <paramref name="remainingArgs"/> is empty or the next argument is not "none", "last", or a valid representation of a <see cref="Sound"/>.</exception>
/// <param name="last">The value of the argument returned when the user specifies "last".</param>
1005
1000
/// <returns>The next <see cref="WindowTitleMode"/> value in <paramref name="remainingArgs"/>.</returns>
1006
-
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not
1007
-
/// "app", "left", "elapsed", "title", or "last".</exception>
1001
+
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not "app", "left", "elapsed", "title", or "last".</exception>
/// <param name="last">The value of the argument returned when the user specifies "last".</param>
1063
1057
/// <returns>The next <see cref="WindowState"/> value in <paramref name="remainingArgs"/>.</returns>
1064
-
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not
1065
-
/// "normal", "maximized", "minimized", or "last".</exception>
1058
+
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not "normal", "maximized", "minimized", or "last".</exception>
/// <param name="last">The value of the argument returned when the user specifies "last".</param>
1103
1096
/// <returns>The next <see cref="Rect"/> value in <paramref name="remainingArgs"/>.</returns>
1104
-
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not a
1105
-
/// valid representation of a <see cref="Rect"/>.</exception>
1097
+
/// <exception cref="ParseException">If <paramref name="remainingArgs"/> is empty or the next argument is not a valid representation of a <see cref="Rect"/>.</exception>
@@ -1140,8 +1132,7 @@ private static Rect GetRectValue(string arg, Queue<string> remainingArgs, Rect l
1140
1132
/// The <see cref="TimerStart"/> value corresponding to the concatenation of all <paramref name="remainingArgs"/>
1141
1133
/// or individual timer values if <paramref name="multiTimers"/> if <c>true</c>.
1142
1134
/// </returns>
1143
-
/// <exception cref="ParseException">If the concatenation of all <paramref name="remainingArgs"/> is not a
1144
-
/// valid representation of a <see cref="TimerStart"/>.</exception>
1135
+
/// <exception cref="ParseException">If the concatenation of all <paramref name="remainingArgs"/> is not a valid representation of a <see cref="TimerStart"/>.</exception>
0 commit comments