DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Add Method / Add(IEnumerable<DicomDataSet>) Method

Collection of DicomDataSets to be added


In This Topic
    Add(IEnumerable<DicomDataSet>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal value As System.Collections.Generic.IEnumerable(Of DicomDataSet) _
    ) 
    public void Add( 
       System.Collections.Generic.IEnumerable<DicomDataSet> value
    )

    Parameters

    value

    Collection of DicomDataSets to be added

    Remarks
    Adds a Collection of DicomDataSets to the end of a DicomDataSetCollection.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also