'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class DicomContextCollection Inherits System.Collections.ObjectModel.KeyedCollection(Of Byte,DicomContext)
'Usage
Dim instance As DicomContextCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class DicomContextCollection : System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class DicomContextCollection : public System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>