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.
Assembly: System.Web (in System.Web.dll)
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
Available since 4.0
Show: