다음을 통해 공유


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 nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) nor can it contain elements that are nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing).