We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659dbb0 commit d61cd24Copy full SHA for d61cd24
Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox/InterspersedObservableCollection.cs
@@ -200,7 +200,7 @@ private int ToInnerIndex(int outerIndex)
200
throw new ArgumentOutOfRangeException(nameof(outerIndex));
201
}
202
203
- if (!_interspersedObjects.ContainsKey(outerIndex))
+ if (_interspersedObjects.ContainsKey(outerIndex))
204
{
205
throw new ArgumentException("The outer index can't be inserted as a key to the original collection.");
206
0 commit comments