'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
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [System.Diagnostics.DebuggerDisplay("Count = {Count}")] public class DicomContextCollection : System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>
public class DicomContextCollection = class(System.Collections.ObjectModel.KeyedCollection)
System.Reflection.DefaultMemberAttribute("Item") System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2) System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}") public class DicomContextCollection extends System.Collections.ObjectModel.KeyedCollection
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [System.Diagnostics.DebuggerDisplay("Count = {Count}")] public __gc class DicomContextCollection : public System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [System.Diagnostics.DebuggerDisplay("Count = {Count}")] public ref class DicomContextCollection : public System.Collections.ObjectModel.KeyedCollection<byte,DicomContext>