HttpSessionStateWrapper::CopyTo Method (Array^, Int32)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void CopyTo(
	Array^ array,
	int index
) override

Parameters

array
Type: System::Array^

The array to copy session values to

index
Type: System::Int32

The zero-based index in array at which copying starts.

.NET Framework
Available since 3.5
Return to top
Show: