Click or drag to resize

DescriptionAttribute Constructor (String)

Initializes a new instance of the DescriptionAttribute class.

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

Parameters

value
Type: SystemString
The value.
See Also