Click or drag to resize

ContextDescriptorKeyedSegmentedItem Constructor (IList, Void)

Initializes a new instance of the ContextDescriptorKeyedSegmentedItem class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorKeyedSegmentedItem(
	IList propertyNames,
	void filter
)

Parameters

propertyNames
Type: System.Collections.GenericIListT

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

filter
Type: SystemVoid

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

See Also