Click or drag to resize

AnnotationAttribute Constructor (String, Object)

Initializes a new instance of the AnnotationAttribute class.

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

Parameters

name
Type: SystemString
The name.
value
Type: SystemObject
The value.
See Also