DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / RemoveItem Method
Index of item being removed






In This Topic
    RemoveItem Method (DicomDataSetCollection)
    In This Topic
    This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim index As System.Integer
     
    instance.RemoveItem(index)
    protected override void RemoveItem( 
       System.int index
    )
    protected procedure RemoveItem( 
        index: System.Integer
    ); override; 
    protected override function RemoveItem( 
       index : System.int
    );
    protected: void RemoveItem( 
       System.int index
    ) override 
    protected:
    void RemoveItem( 
       System.int index
    ) override 

    Parameters

    index
    Index of item being removed
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also