ArcFM Engine Developer Guide
AddRange<T>(ICollection<T>,IEnumerable<T>) Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub AddRange(Of T)( _
   ByVal collection As ICollection(Of T), _
   ByVal dataToAppend As IEnumerable(Of T) _
) 
'Usage
 
Dim collection As ICollection(Of T)
Dim dataToAppend As IEnumerable(Of T)
 
EnumerableExtensions.AddRange(Of T)(collection, dataToAppend)
[Extension()]
public static void AddRange<T>( 
   ICollection<T> collection,
   IEnumerable<T> dataToAppend
)

Parameters

collection
dataToAppend

Type Parameters

T
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