DicomObjects.NET.V8
DicomObjects Namespace / DicomLabelCollection Class
Members



    DicomLabelCollection Class
    A collection of DicomLabel objects.
    Syntax
    'Declaration
     
    Public Class DicomLabelCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DicomLabel)
     
    'Usage
     
    Dim instance As DicomLabelCollection
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          DicomObjects.DicomLabelCollection

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also