DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class
Members






In This Topic
    DicomContextCollection Class
    In This Topic
    The list of DICOM Presentation contexts proposed or accepted during negotiation
    Object Model
    DicomContextCollection Class
    Syntax
    '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> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             DicomObjects.DicomContextCollection

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also