Declaration Syntax
Public Overridable Sub CopyTo( _
ByVal array As Array, _
ByVal index As Integer _
)
public virtual void CopyTo(
Array array,
int index
);
public: virtual void CopyTo(
Array array,
int index
);
public function CopyTo(
array : Array,
index : int
);
Parameters
- array
- The array into which items should be copied.
- index
- The indes at which to start copying items into the array.
Requirements
Namespace: Eas.WebCrawler.Common.CollectionsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)