Méthode AddRange
Adds the elements in the specified collection to the end of this collection.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Sub AddRange ( _
collection As IEnumerable(Of T) _
)
'Utilisation
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>
)
Paramètres
- collection
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
The collection of elements to be added to the end of this collection. collection cannot be nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) nor can it contain elements that are nullNothingnullptrunitune référence Null (Nothing dans Visual Basic).