FilterCollectionTCopyTo Method |
Copies the current filtered collection to the specified array.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void CopyTo(
T[] array,
int arrayIndex
)
Public Sub CopyTo (
array As T(),
arrayIndex As Integer
)
abstract CopyTo :
array : 'T[] *
arrayIndex : int -> unit
override CopyTo :
array : 'T[] *
arrayIndex : int -> unit
Parameters
- array
- Type: T
Array to copy to. - arrayIndex
- Type: SystemInt32
Index in the array to start copying to.
Implements
ICollectionTCopyTo(T, Int32)
See Also