Click or drag to resize

StaticMethodExpression Constructor (String, IList)

Initializes a new instance of the StaticMethodExpression class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public StaticMethodExpression(
	string className,
	IList chain
)

Parameters

className
Type: SystemString

[Missing <param name="className"/> documentation for "M:com.espertech.esper.common.client.soda.StaticMethodExpression.#ctor(System.String,System.Collections.Generic.IList`1)"]

chain
Type: System.Collections.GenericIListT

[Missing <param name="chain"/> documentation for "M:com.espertech.esper.common.client.soda.StaticMethodExpression.#ctor(System.String,System.Collections.Generic.IList`1)"]

See Also