KaxTagCloudItemCollectionCopyTo Method |
Copies the TagCloud Items collection to an array, starting at a particular index.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void CopyTo(
KaxTagCloudItem[] array,
int index
)
Public Sub CopyTo (
array As KaxTagCloudItem(),
index As Integer
)
public:
void CopyTo(
array<KaxTagCloudItem^>^ array,
int index
)
member CopyTo :
array : KaxTagCloudItem[] *
index : int -> unit
Parameters
- array
- Type: Kettic.AspNet.ControlsKaxTagCloudItem
The one-dimensional, zero-based index destination array, to which the elements of the Items collection will be copied. - index
- Type: SystemInt32
The zero-based index of the array, at which the copying begins.
See Also