DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class
Members



    DicomDataSetCollection Class
    A collection of DicomDataSet objects
    Object Model
    DicomDataSetCollection ClassDicomDataSet Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class DicomDataSetCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DicomDataSet)
     
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also