Click or drag to resize

ExpressionsStaticMethodT Method (String, Object)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod``1(System.String,System.Object[])"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static StaticMethodExpression StaticMethod<T>(
	string method,
	params Object[] parameters
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod``1(System.String,System.Object[])"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod``1(System.String,System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod``1(System.String,System.Object[])"]

Return Value

Type: StaticMethodExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.Expressions.StaticMethod``1(System.String,System.Object[])"]

See Also