Click or drag to resize

DotExpressionAdd Method (String, IList, Void)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.DotExpression.Add(System.String,System.Collections.Generic.IList`1,System.Void)"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void Add(
	string methodName,
	IList parameters,
	void isProperty
)

Parameters

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:com.espertech.esper.common.client.soda.DotExpression.Add(System.String,System.Collections.Generic.IList`1,System.Void)"]

parameters
Type: System.Collections.GenericIListT

[Missing <param name="parameters"/> documentation for "M:com.espertech.esper.common.client.soda.DotExpression.Add(System.String,System.Collections.Generic.IList`1,System.Void)"]

isProperty
Type: SystemVoid

[Missing <param name="isProperty"/> documentation for "M:com.espertech.esper.common.client.soda.DotExpression.Add(System.String,System.Collections.Generic.IList`1,System.Void)"]

See Also