3 using System.Collections.Generic;
4 using System.Collections.ObjectModel;
6 namespace SiliconStudio.Core.VisualStudio
17 public static void AddRange<TKey, TValue>(
this KeyedCollection<TKey, TValue> collection,
IEnumerable<TValue> items)
21 foreach (var item
in items)