PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes the IList<(Of <(<'T>)>)> item at the specified index.

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public void RemoveAt(
	int index
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

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

Exceptions

See Also

Advanced