DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class
Members






    DicomLabelCollection Class
    A collection of DicomLabel objects.
    Object Model
    DicomLabelCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
    <System.SerializableAttribute()>
    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.8 or higher

    See Also