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
    [__DynamicallyInvokable()]
    public DicomContext Item( 
       System.byte key
    ) {get;}

    Parameters

    key
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also