Click or drag to resize

EPAssertionUtilConcatenateArray Method (IList, Void)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.ConcatenateArray(System.Collections.Generic.IList`1,System.Void)"]

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static Object[] ConcatenateArray(
	IList srcOne,
	void srcTwo
)

Parameters

srcOne
Type: System.Collections.GenericIListT

[Missing <param name="srcOne"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.ConcatenateArray(System.Collections.Generic.IList`1,System.Void)"]

srcTwo
Type: SystemVoid

[Missing <param name="srcTwo"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.ConcatenateArray(System.Collections.Generic.IList`1,System.Void)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.ConcatenateArray(System.Collections.Generic.IList`1,System.Void)"]

See Also