JamItemIdListCollectionCopyTo Method |
Copies the entire
JamItemIdListCollection to a compatible
one-dimensional array, starting at the specified index of the target array.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 IJamItemIdList
- arrayIndex Int32
Implements
ICollectionTCopyTo(T, Int32)
See Also