ArcFM Engine Developer Guide
AddRange<TK,TV>(Dictionary<TK,TV>,IEnumerable<KeyValuePair<TK,TV>>) Method


Add a set from one dictionary to another
Syntax
'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)

Parameters

dictionary
dictionaryToAppend

Type Parameters

TK
TV
Requirements

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.

See Also

Reference

EnumerableExtensions Class
EnumerableExtensions Members
Overload List

 

 


Send Comment