PropertiesParser Constructor

Quartz.NET 3.0 API Documentation
Initializes a new instance of the PropertiesParser class.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public PropertiesParser(
	NameValueCollection props
)

Parameters

props
Type: System.Collections.SpecializedNameValueCollection
The props.
See Also

Reference