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






In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As DicomContext
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim index As System.Integer
    Dim value As DicomContext
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    [__DynamicallyInvokable()]
    public DicomContext Item( 
       System.int index
    ) {get; set;}
    public read-write property Item( 
        index: System.Integer
    ): DicomContext; 
    __DynamicallyInvokableAttribute()
    public function get,set Item( 
       index : System.int
    ) : DicomContext
    [__DynamicallyInvokable()]
    public: __property DicomContext* get_Item( 
       System.int index
    );
    public: __property void set_Item( 
       System.int index,
       DicomContext* value
    );
    [__DynamicallyInvokable()]
    public:
    property DicomContext^ Item {
       DicomContext^ get(System.int index);
       void set (System.int index, DicomContext^ value);
    }

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also