RemoveItem Method (DicomImageCollection)
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 As System.Integer _
)
'Usage
Dim instance As DicomImageCollection
Dim index As System.Integer
instance.RemoveItem(index)
protected override void RemoveItem(
System.int
)
protected procedure RemoveItem(
: System.Integer
); override;
protected override function RemoveItem(
: System.int
);
protected: void RemoveItem(
System.int
) override
protected:
void RemoveItem(
System.int
) override
Parameters
- index
- Index of item being removed
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also