Skip to content

Commit d49f1da

Browse files
committed
Update README.md
1 parent 96466d3 commit d49f1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCommander.Foundation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [```IndexableCollection<T>```](Collections/IndexableCollection/IndexableColl
1414
|-----------|----------------------------|------|------|----------|-----------------|
1515
|[```LinkedListIndex```](Collections/IndexableCollection/LinkedListIndex.cs)|LinkedList<T>|false|false|true|false|
1616
|[```ListIndex```](Collections/IndexableCollection/LinkedListIndex.cs)|List<T>|false|false|true|true|
17-
|[```NonUniqueIndex```](Collections/IndexableCollection/NonUniqueIndex.cs)|IDictionary<TKey, ICollection<T>>|false|-|false|false|
17+
|[```NonUniqueIndex```](Collections/IndexableCollection/NonUniqueIndex.cs)|IDictionary<TKey, ICollection<T>>|false|true/false|false|false|
1818
|[```SequenceIndex```](Collections/IndexableCollection/SequenceIndex.cs)|IDictionary<>|true|true/false|false|false|
1919
|[```UniqueIndex```](Collections/IndexableCollection/UniqueIndex.cs)|Dictionary<>|false|false|false|false|
2020
|```UniqueIndex```|SortedDictionary<>|false|true|false|false|

0 commit comments

Comments
 (0)