Click or drag to resize

EPAssertionUtilSort Method (IEnumerator, Void)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.Sort(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[] Sort(
	IEnumerator events,
	void property
)

Parameters

events
Type: System.Collections.GenericIEnumeratorT

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

property
Type: SystemVoid

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

Return Value

Type: EventBean

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

See Also