DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Add Method / Add(IEnumerable<DicomAttribute>) Method
A list of DicomAttribute to add






    Add(IEnumerable<DicomAttribute>) Method
    Add a collection of DicomAttributes to the DataSet
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal attributes As System.Collections.Generic.IEnumerable(Of DicomAttribute) _
    ) 
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim attributes As System.Collections.Generic.IEnumerable(Of DicomAttribute)
     
    instance.Add(attributes)

    Parameters

    attributes
    A list of DicomAttribute to add
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also