PropertiesParserGetIntArrayProperty Method (String, IListInt32)

Quartz.NET 3.0 API Documentation
Gets the int array property.

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

C#
public virtual IList<int> GetIntArrayProperty(
	string name,
	IList<int> defaultValue
)

Parameters

name
Type: SystemString
The name.
defaultValue
Type: System.Collections.GenericIListInt32
The default value.

Return Value

Type: IListInt32

[Missing <returns> documentation for "M:Quartz.Util.PropertiesParser.GetIntArrayProperty(System.String,System.Collections.Generic.IList{System.Int32})"]

See Also

Reference