OutputCacheProviderCollection::CopyTo Method (array<OutputCacheProvider^>^, Int32)

.NET Framework (current version)
 

Copies the output-cache providers to a compatible one-dimensional array at the specified index.

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

public:
void CopyTo(
	array<OutputCacheProvider^>^ array,
	int index
)

Parameters

array
Type: array<System.Web.Caching::OutputCacheProvider^>^

The one-dimensional array that is the destination of the elements copied from the collection The array must have zero-based indexing.

index
Type: System::Int32

The point in the array where the copying starts.

The array into which the items are copied must have a zero-based index.

.NET Framework
Available since 4.0
Return to top
Show: