asp.net.ph

InternalDataCollectionBase.CopyTo Method

System.Data Namespace   InternalDataCollectionBase Class


Copies the contents of the entire collection into a one-dimensional Array, starting at the specified InternalDataCollectionBase index.

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

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

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

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

Parameters

array
The System.Array to copy the contents of the collection into.
index
The index of the System.Array to begin copying the contents of the collection into.

Implements

ICollection.CopyTo

Remarks

This method can be overriden by a derived class.

This class and its members are not intended for use as a stand alone component, but as the class from which other collection classes derive standard functionality.

See Also

InternalDataCollectionBase Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph