JamItemIdListCollectionCopyTo Method |
Copies the entire
JamItemIdListCollection to a compatible
one-dimensional array, starting at the specified index of the target array.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void CopyTo(
IJamItemIdList[] array,
int arrayIndex
)
Public Sub CopyTo (
array As IJamItemIdList(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<IJamItemIdList^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : IJamItemIdList[] *
arrayIndex : int -> unit
override CopyTo :
array : IJamItemIdList[] *
arrayIndex : int -> unit
Parameters
- array
- Type: Jam.ShellIJamItemIdList
- arrayIndex
- Type: SystemInt32
Implements
ICollectionTCopyTo(T, Int32)See Also