File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ See [```IndexableCollection<T>```](Collections/IndexableCollection/IndexableColl
1515| [ ``` LinkedListIndex ``` ] ( Collections/IndexableCollection/LinkedListIndex.cs ) | LinkedList<T >| false| false| true| false|
1616| [ ``` ListIndex ``` ] ( Collections/IndexableCollection/LinkedListIndex.cs ) | List<T >| false| false| true| true|
1717| [ ``` NonUniqueIndex ``` ] ( Collections/IndexableCollection/NonUniqueIndex.cs ) | IDictionary<TKey, ICollection<T >>| false| -| false|
18- | [ ``` SequenceIndex ``` ] ( Collections/IndexableCollection/SequenceIndex.cs ) | IDictionary<>| true| - | false|
18+ | [ ``` SequenceIndex ``` ] ( Collections/IndexableCollection/SequenceIndex.cs ) | IDictionary<>| true| true/false | false|
1919| [ ``` UniqueIndex ``` ] ( Collections/IndexableCollection/UniqueIndex.cs ) | Dictionary<>| false| false| false|
2020| ``` UniqueIndex ``` | SortedDictionary<>| false| true| false|
21- | [ ``` UniqueListIndex ``` ] ( Collections/IndexableCollection/UniqueListIndex.cs ) | IList<T >| true| - | true|
21+ | [ ``` UniqueListIndex ``` ] ( Collections/IndexableCollection/UniqueListIndex.cs ) | IList<T >| true| true/false | true|
2222
2323###How to create memory indexes for read only collections
2424
You can’t perform that action at this time.
0 commit comments