RemoveItem Method (DicomContextCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Protected Overridable Sub RemoveItem( _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomContextCollection
Dim index As System.Integer
instance.RemoveItem(index)
[__DynamicallyInvokable()]
protected virtual void RemoveItem(
System.int
)
protected procedure RemoveItem(
: System.Integer
); virtual;
__DynamicallyInvokableAttribute()
protected function RemoveItem(
: System.int
);
[__DynamicallyInvokable()]
protected: virtual void RemoveItem(
System.int
)
[__DynamicallyInvokable()]
protected:
virtual void RemoveItem(
System.int
)
Parameters
- index
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also