Back to product page

RemoveAt method


Removes the Session object at specific index from the collection.

Type

Void

Syntax

  • C#
  • VB.NET
Void RemoveAt(Int32 index);
The RemoveAt(index) syntax has these parts:
indexIndex of the element in the collection.

Sub RemoveAt(ByVal index As Int32)
The RemoveAt(index) syntax has these parts:
indexIndex of the element in the collection.

Platforms

Windows