 | EventedListTCopyTo Method (T) |
Copies the entire
EventedListT to a compatible one-dimensional array, starting at the beginning of the target array.
Namespace:
System.Collections.Generic
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxpublic void CopyTo(
T[] array
)
Public Sub CopyTo (
array As T()
)
public:
void CopyTo(
array<T>^ array
)
Request Example
View SourceParameters
- array
- Type: T
The one-dimensional Array that is the destination of the elements copied from EventedListT. The Array must have zero-based indexing.
See Also