| Non-Generic | Similar Generic Type |
| ArrayList | List<T> |
| Hashtable | Dictionary<TKey,TValue> |
| SortedList | SortedList<TKey,TValue> |
| Queue | Queue<T> |
| Stack | Stack<T> |
| Ienumerable | IEnumerable<T> |
| ICollection | N/A (use IEnumerable<T>anything that extends it) |
| N/A | ICollection<T> |
| Ilist | IList<T> |
| CollectionBase | Collection<T> |
| ReadOnlyCollectionBase | ReadOnlyCollection<T> |
| DictionaryBase | N/A (just implement IDictionary<TKey,TValue> |
| N/A | SortedDictionary<TKey,TValue> |
| N/A | KeyedCollection<TKey,TItem> |
| N/A | LinkedList<T> |
You can now have more fluid and expressive conversations when you go Live
with Search.
-
When you go Live with Search, you can have a back-and-forth voice
conversation in AI Mode to get real-time help and quickly find relevant
sites across the ...
1 day ago