Método AddRange
Adds the elements in the specified collection to the end of this collection.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Sub AddRange ( _
collection As IEnumerable(Of T) _
)
'Uso
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>
)
Parâmetros
- collection
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
The collection of elements to be added to the end of this collection. collection cannot be nullNothingnullptrunituma referência nula (Nothing no Visual Basic) nor can it contain elements that are nullNothingnullptrunituma referência nula (Nothing no Visual Basic).