Base List ControlObject CollectionCopy To Method
Copy the collection items to an array
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void CopyTo(
Object[] dest,
int startIndex
)VB
Public Sub CopyTo (
dest As Object(),
startIndex As Integer
)C++
public:
void CopyTo(
array<Object^>^ dest,
int startIndex
)F#
member CopyTo :
dest : Object[] *
startIndex : int -> unit