Miner.Responder.Shared Assembly > Miner.Responder.Shared.Extensions Namespace > EnumerableExtensions Class > AddRange Method : AddRange<TK,TV>(Dictionary<TK,TV>,IEnumerable<KeyValuePair<TK,TV>>) Method |
'Declaration <ExtensionAttribute()> Public Overloads Shared Sub AddRange (Of TK,TV)( _ ByVal dictionary As Dictionary(Of TK,TV), _ ByVal dictionaryToAppend As IEnumerable(Of KeyValuePair(Of TK,TV)) _ )
'Usage Dim dictionary As Dictionary(Of TK,TV) Dim dictionaryToAppend As IEnumerable(Of KeyValuePair(Of TK,TV)) EnumerableExtensions.AddRange(Of TK, TV)(dictionary, dictionaryToAppend)
[Extension()] public static void AddRange<TK,TV>( Dictionary<TK,TV> dictionary, IEnumerable<KeyValuePair<TK,TV>> dictionaryToAppend )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.