DicomObjects.NET.V8
DicomObjects Namespace / DicomContextCollection Class
Members



In This Topic
    DicomContextCollection Class
    In This Topic
    The list of DICOM Presentation contexts proposed or accepted during negotiation
    Syntax
    'Declaration
     
    Public Class DicomContextCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Byte,DicomContext)
    'Usage
     
    Dim instance As DicomContextCollection
    public ref class DicomContextCollection : public System.Collections.ObjectModel.KeyedCollection<byte,DicomContext> 
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also