Click or drag to resize

TagAttribute Constructor (String, String)

Initializes a new instance of the TagAttribute class.

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

Parameters

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