Метод AddRange

Adds the elements in the specified collection to the end of this collection.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Sub AddRange ( _
    collection As IEnumerable(Of T) _
)
'Применение
Dim instance As IMutableMetadataCollection
Dim collection As IEnumerable(Of T)

instance.AddRange(collection)
void AddRange(
    IEnumerable<T> collection
)
void AddRange(
    IEnumerable<T>^ collection
)
abstract AddRange : 
        collection:IEnumerable<'T> -> unit 
function AddRange(
    collection : IEnumerable<T>
)

Параметры

  • collection
    Тип: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
    The collection of elements to be added to the end of this collection. collection cannot be nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) nor can it contain elements that are nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic).