File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ See [```IndexableCollection<T>```](Collections/IndexableCollection/IndexableColl
1515| [ ``` LinkedListIndex<T> ``` ] ( Collections/IndexableCollection/LinkedListIndex.cs ) | LinkedList<T >| false| false| true| false|
1616| [ ``` ListIndex<T> ``` ] ( Collections/IndexableCollection/LinkedListIndex.cs ) | [ ``` IList<T> ``` ] ( https://msdn.microsoft.com/en-us/library/5y536ey6(v=vs.110).aspx ) | false| false| true| true|
1717| [ ``` NonUniqueIndex<TKey,T> ``` ] ( Collections/IndexableCollection/NonUniqueIndex.cs ) | IDictionary<TKey, ICollection<T >>| false| true/false| false| false|
18- | [ ``` SequenceIndex ``` ] ( Collections/IndexableCollection/SequenceIndex.cs ) | IDictionary<> | true| true/false| false| false|
18+ | [ ``` SequenceIndex ``` ] ( Collections/IndexableCollection/SequenceIndex.cs ) | [ ``` IDictionary<TKey,TValue> ``` ] ( https://msdn.microsoft.com/en-us/library/s4ys34ea(v=vs.110).aspx ) | true| true/false| false| false|
1919| [ ``` UniqueIndex<TKey,T> ``` ] ( Collections/IndexableCollection/UniqueIndex.cs ) | Dictionary<>| false| false| false| false|
2020| ``` UniqueIndex<TKey,T> ``` | SortedDictionary<>| false| true| false| false|
2121| [ ``` UniqueListIndex<T> ``` ] ( Collections/IndexableCollection/UniqueListIndex.cs ) | [ ``` IList<T> ``` ] ( https://msdn.microsoft.com/en-us/library/5y536ey6(v=vs.110).aspx ) | true| true/false| true| false|
You can’t perform that action at this time.
0 commit comments