Removes the element at the specified index of the
Collection<(Of <(<'T>)>)>.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected override sealed void RemoveItem( int index ) |
| Visual Basic |
|---|
Protected Overrides NotOverridable Sub RemoveItem ( _ index As Integer _ ) |
| Visual C++ |
|---|
protected: virtual void RemoveItem( int index ) override sealed |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the element to remove.