DicomObjects.NET.V8
DicomObjects Namespace / DicomContextCollection Class
Members



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

Target Platforms: .NET CLR 3.5 or higher

See Also