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






    DicomContextCollection Class
    The list of DICOM Presentation contexts proposed or accepted during negotiation
    Object Model
    DicomContextCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
    Public Class DicomContextCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Byte,DicomContext)
     
    'Usage
     
    
    Dim instance As DicomContextCollection
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             DicomObjects.DicomContextCollection

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also