Click or drag to resize

AnnotationPart Constructor (String, IList)

Initializes a new instance of the AnnotationPart class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AnnotationPart(
	string name,
	IList attributes
)

Parameters

name
Type: SystemString

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

attributes
Type: System.Collections.GenericIListT

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

See Also