Click or drag to resize

EPAssertionUtilAssertTypeEqualsAnyOrder Method

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

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertTypeEqualsAnyOrder(
	Type[] classes,
	IList objects
)

Parameters

classes
Type: SystemType

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

objects
Type: System.Collections.GenericIListT

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

See Also