Namespace: Telerik.Collections.GenericAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public void RemoveAt(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveAt ( _
index As Integer _
) |
Parameters
- index
- Type: System..::..Int32
Implements
IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)IList..::..RemoveAt(Int32)
See Also