Click or drag to resize

PropertyNameAttribute Constructor (String)

Initializes a new instance of the PropertyNameAttribute class.

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public PropertyNameAttribute(
	string name
)

Parameters

name
Type: SystemString
The name.
See Also