Click or drag to resize
GenericListWrapperTCopyTo Method
See interface docs.

Namespace: VirtualRadar.Interface.PortableBinding
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
index
Type: SystemInt32

Implements

ICollectionCopyTo(Array, Int32)
See Also