DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImageCollection Class
Members



In This Topic
    DicomImageCollection Class
    In This Topic
    A Collection of DicomImage objects
    Object Model
    DicomImageCollection ClassDicomImage Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class DicomImageCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DicomImage)
    'Usage
     
    
    Dim instance As DicomImageCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class DicomImageCollection : System.Collections.ObjectModel.Collection<DicomImage> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class DicomImageCollection : public System.Collections.ObjectModel.Collection<DicomImage> 
    Inheritance Hierarchy

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

    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