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
/// Inserts an element into the <see cref="CommandCollection"/> at the
@@ -91,7 +91,7 @@ public IEnumerable<string> Keys
91
91
/// <param name="key">The <see cref="string"/> to use as the key of the element to insert.</param>
92
92
/// <param name="value">The <see cref="string"/> to use as the value of the element to insert.</param>
93
93
/// <exception cref="ArgumentOutOfRangeException">index is less than zero. -or- index is greater than <see cref="P:CommandCollection.Count"/>.</exception>
0 commit comments