Copies the elements of the collection into the specified array, starting at the specified array index.
[Visual Basic] Overridable Public Sub CopyTo( _ ByVal ar As Array, _ ByVal index As Integer _ ) [C#] public virtual void CopyTo( Array ar, int index ); [C++] public: virtual void CopyTo( Array* ar, int index ); [JScript] public function CopyTo( ar : Array, index : int );
BindingManager Class | BindingManager Members | System.WinForms Namespace