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