DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / Item Property / Item(Byte) Property






In This Topic
    Item(Byte) Property
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads ReadOnly Property Item( _
       ByVal key As System.Byte _
    ) As DicomContext
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim key As System.Byte
    Dim value As DicomContext
     
    value = instance.Item(key)
    [__DynamicallyInvokable()]
    public DicomContext Item( 
       System.byte key
    ) {get;}
    public read-only property Item( 
        key: System.Byte
    ): DicomContext; 
    __DynamicallyInvokableAttribute()
    public function get Item( 
       key : System.byte
    ) : DicomContext
    [__DynamicallyInvokable()]
    public: __property DicomContext* get_Item( 
       System.byte key
    );
    [__DynamicallyInvokable()]
    public:
    property DicomContext^ Item {
       DicomContext^ get(System.byte key);
    }

    Parameters

    key
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also