Skip to content

Commit 96466d3

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DataCommander.Foundation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ 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|
18-
|[```SequenceIndex```](Collections/IndexableCollection/SequenceIndex.cs)|IDictionary<>|true|true/false|false|
19-
|[```UniqueIndex```](Collections/IndexableCollection/UniqueIndex.cs)|Dictionary<>|false|false|false|
20-
|```UniqueIndex```|SortedDictionary<>|false|true|false|
21-
|[```UniqueListIndex```](Collections/IndexableCollection/UniqueListIndex.cs)|IList<T>|true|true/false|true|
17+
|[```NonUniqueIndex```](Collections/IndexableCollection/NonUniqueIndex.cs)|IDictionary<TKey, ICollection<T>>|false|-|false|false|
18+
|[```SequenceIndex```](Collections/IndexableCollection/SequenceIndex.cs)|IDictionary<>|true|true/false|false|false|
19+
|[```UniqueIndex```](Collections/IndexableCollection/UniqueIndex.cs)|Dictionary<>|false|false|false|false|
20+
|```UniqueIndex```|SortedDictionary<>|false|true|false|false|
21+
|[```UniqueListIndex```](Collections/IndexableCollection/UniqueListIndex.cs)|IList<T>|true|true/false|true|false|
2222

2323
###How to create memory indexes for read only collections
2424

0 commit comments

Comments
 (0)