DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Items Property






    Items Property (DicomDataSetCollection)
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
     
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim value As System.Collections.Generic.IList(Of T)
     
    value = instance.Items
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also