DicomObjects.NET.V8
DicomObjects Namespace / DicomLabelCollection Class
Members



In This Topic
    DicomLabelCollection Class
    In This Topic
    A collection of DicomLabel objects.
    Syntax
    'Declaration
     
    Public Class DicomLabelCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DicomLabel)
    'Usage
     
    Dim instance As DicomLabelCollection
    public class DicomLabelCollection : System.Collections.ObjectModel.Collection<DicomLabel> 
    public ref class DicomLabelCollection : public System.Collections.ObjectModel.Collection<DicomLabel> 
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also