DicomObjects.NET.V8
DicomObjects Namespace / DicomLabelCollection Class
Members



DicomLabelCollection Class
A collection of DicomLabel objects.
Syntax
public class DicomLabelCollection : System.Collections.ObjectModel.Collection<DicomLabel> 
public ref class DicomLabelCollection : public System.Collections.ObjectModel.Collection<DicomLabel> 
'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 3.5 or higher

See Also