DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class
Members



In This Topic
    DicomDataSetCollection Class
    In This Topic
    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
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class DicomDataSetCollection : System.Collections.ObjectModel.Collection<DicomDataSet> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class DicomDataSetCollection : public System.Collections.ObjectModel.Collection<DicomDataSet> 
    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