DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / Dictionary Property






    Dictionary Property
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Protected ReadOnly Property Dictionary As System.Collections.Generic.IDictionary(Of TKey,TItem)
     
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim value As System.Collections.Generic.IDictionary(Of TKey,TItem)
     
    value = instance.Dictionary
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also