System.Web.SessionState.HttpSessionState.CopyTo Method

Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array.

Syntax

public void CopyTo (Array array, int index)

Parameters

array
The Array that receives the session values.
index
The zero-based index in array from which copying starts.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0