Click or drag to resize

EPAssertionUtilEnumeratorToArray Method (IEnumerator)

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

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static EventBean[] EnumeratorToArray(
	IEnumerator enumerator
)

Parameters

enumerator
Type: System.Collections.GenericIEnumeratorT

[Missing <param name="enumerator"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.EnumeratorToArray(System.Collections.Generic.IEnumerator`1)"]

Return Value

Type: EventBean

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

See Also