DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociationCollection Class / RemoveItem Method






In This Topic
    RemoveItem Method (DicomAssociationCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Protected Overridable Sub RemoveItem( _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociationCollection
    Dim index As System.Integer
     
    instance.RemoveItem(index)
    [__DynamicallyInvokable()]
    protected virtual void RemoveItem( 
       System.int index
    )
    protected procedure RemoveItem( 
        index: System.Integer
    ); virtual; 
    __DynamicallyInvokableAttribute()
    protected function RemoveItem( 
       index : System.int
    );
    [__DynamicallyInvokable()]
    protected: virtual void RemoveItem( 
       System.int index
    ) 
    [__DynamicallyInvokable()]
    protected:
    virtual void RemoveItem( 
       System.int index
    ) 

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also