Click or drag to resize

DataFlowOperatorOutputType Constructor (Boolean, String, IList)

Initializes a new instance of the DataFlowOperatorOutputType class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DataFlowOperatorOutputType(
	bool wildcard,
	string typeOrClassname,
	IList typeParameters
)

Parameters

wildcard
Type: SystemBoolean

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

typeOrClassname
Type: SystemString

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

typeParameters
Type: System.Collections.GenericIListT

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

See Also