Click or drag to resize

MagicCollectionTVCopyTo Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.magic.MagicCollection`1.CopyTo(System.Object[],System.Int32)"]

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void CopyTo(
	Object[] array,
	int arrayIndex
)

Parameters

array
Type: SystemObject

[Missing <param name="array"/> documentation for "M:com.espertech.esper.compat.magic.MagicCollection`1.CopyTo(System.Object[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:com.espertech.esper.compat.magic.MagicCollection`1.CopyTo(System.Object[],System.Int32)"]

See Also