Click or drag to resize

EPAssertionUtilEnumeratorToArrayTKey Method (IEnumerator, Void)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.EnumeratorToArray``1(System.Collections.Generic.IEnumerator`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 EventBean[] EnumeratorToArray<TKey>(
	IEnumerator enumerator,
	void comparer
)

Parameters

enumerator
Type: System.Collections.GenericIEnumeratorT

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

comparer
Type: SystemVoid

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

Type Parameters

TKey

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

Return Value

Type: EventBean

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

See Also