HttpSessionState.CopyTo Method
.NET Framework 3.0
Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public final void CopyTo ( Array array, int index )
public final function CopyTo ( array : Array, index : int )
Not applicable.
Parameters
- array
The Array that receives the session values.
- index
The zero-based index in array from which copying starts.
Community Additions
ADD
Show: