ShellViewColumnsCopyTo Method |
Copies the entire list to the array passed, starting at the passed index of the target array.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void CopyTo(
ShellViewColumn[] array,
int arrayIndex
)
Public Sub CopyTo (
array As ShellViewColumn(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<ShellViewColumn^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : ShellViewColumn[] *
arrayIndex : int -> unit
override CopyTo :
array : ShellViewColumn[] *
arrayIndex : int -> unit
Parameters
- array
- Type: Jam.ShellShellViewColumn
The array to copy the collection to. - arrayIndex
- Type: SystemInt32
The start index in the array.
Implements
ICollectionTCopyTo(T, Int32)See Also