asp.net.ph

HttpModuleCollection.CopyTo Method

System.Web Namespace   HttpModuleCollection Class


Copies members of the module collection to an Array beginning at the specified index of the array.

[ VB ]
Public Sub CopyTo ( _
   ByVal dest As Array, _
   ByVal index As Integer _
)

[ C# ]
public void CopyTo (
   Array dest,
   int index
);

[ C++ ]
public: void CopyTo (
   Array* dest,
   int index
);

[ JScript ]
public function CopyTo (
   dest : Array,
   index : int
);

Parameters

dest
The destination Array.
index
The index of the destination Array where copying starts.
See Also

HttpModuleCollection Members   IHttpModule Interface Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note