Click or drag to resize

ScopedThreadCulture Constructor

Initializes a new instance of the ScopedThreadCulture class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ScopedThreadCulture(
	CultureInfo culture
)

Parameters

culture
Type: System.GlobalizationCultureInfo
The culture.
See Also