Click or drag to resize

ArrayDictionaryTK, TVCopyTo Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.ArrayDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Boolean)"]

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

Parameters

array
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="array"/> documentation for "M:com.espertech.esper.compat.collections.ArrayDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Boolean)"]

arrayIndex
Type: SystemBoolean

[Missing <param name="arrayIndex"/> documentation for "M:com.espertech.esper.compat.collections.ArrayDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Boolean)"]

See Also