Miner.Responder.Shared Assembly > Miner.Responder.Shared.Extensions Namespace > EnumerableExtensions Class > AddRange Method : AddRange<T>(ICollection<T>,IEnumerable<T>) Method |
'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 )
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.