Back to product page

RemoveAt method


Removes the session variable element at the specified index.

Type

Void

Syntax

  • C#
  • VB.NET
Void RemoveAt(Int32 index);
The RemoveAt(index) syntax has these parts:
indexZero-based index of the element.

Sub RemoveAt(ByVal index As Int32)
The RemoveAt(index) syntax has these parts:
indexZero-based index of the element.

Platforms

Windows