RemoveItem Method (DicomLabelCollection)
This is an override of the method in the base collection,
and would not normally be used by DicomObjects developers
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
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomLabelCollection
Dim index As System.Integer
instance.RemoveItem(index)
Parameters
- index
- Index of item being removed
Target Platforms: .NET CLR 4.8 or higher