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

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( 
	index As Integer
)

Parameters

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

Implements

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

Exceptions

See Also