Click or drag to resize

ContextDescriptorCategory Constructor (IList, Void)

Initializes a new instance of the ContextDescriptorCategory class

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

Parameters

items
Type: System.Collections.GenericIListT

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

filter
Type: SystemVoid

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

See Also