Bridge

IList<(Of <(<'T>)>)>..::..RemoveAt Method

Removes the IList<(Of <(<'T>)>)> item at the specified index.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
void RemoveAt(
	int index
)
<TemplateAttribute> _
Sub RemoveAt ( _
	index As Integer _
)
[TemplateAttribute]
void RemoveAt(
	int^ index
)

Parameters

index
Type: System..::..Int32
The zero-based index of the item to remove.

Exceptions