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






In This Topic
    DicomImageCollection Class
    In This Topic
    A Collection of DicomImage objects
    Object Model
    DicomImageCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
    Public Class DicomImageCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DicomImage)
    'Usage
     
    
    Dim instance As DicomImageCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [System.Diagnostics.DebuggerDisplay("Count = {Count}")]
    public class DicomImageCollection : System.Collections.ObjectModel.Collection<DicomImage> 
    public class DicomImageCollection = class(System.Collections.ObjectModel.Collection)
    System.Reflection.DefaultMemberAttribute("Item")
    System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)
    System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")
    public class DicomImageCollection extends System.Collections.ObjectModel.Collection
    [System.Reflection.DefaultMember("Item")]
    [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [System.Diagnostics.DebuggerDisplay("Count = {Count}")]
    public __gc class DicomImageCollection : public System.Collections.ObjectModel.Collection<DicomImage> 
    [System.Reflection.DefaultMember("Item")]
    [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [System.Diagnostics.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: .NET CLR 4.8 or higher

    See Also