'Declaration Public Class DicomContextCollection Inherits System.Collections.ObjectModel.KeyedCollection(Of Byte,DicomContext)
'Usage Dim instance As DicomContextCollection
public class DicomContextCollection : System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>
public ref class DicomContextCollection : public System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>