System.Web.SessionState.IHttpSessionState.CopyTo Method

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

Syntax

public void CopyTo (Array sessionValues, int index)

Parameters

sessionValues
Documentation for this section has not yet been entered.
index
The index in array where 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: 2.0.0.0
Since: .NET 2.0