NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BindingManager.CopyTo

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
);

Parameters

ar
An Array to copy into.
index
[To be supplied.]

See Also

BindingManager Class | BindingManager Members | System.WinForms Namespace