Click or drag to resize

MethodInvocationStreamParameterExpressions Property

Returns a list of expressions that are parameters to the method.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IList ParameterExpressions { get; set; }

Return Value

Type: IListT
list of parameter expressions
See Also