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






    RemoveItem Method (DicomAssociationCollection)
    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)

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also