Click or drag to resize

RangeExpression Constructor

Initializes a new instance of the RangeExpression class.

Namespace:  Ookii.Jumbo.Topology
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public RangeExpression(
	string pattern
)

Parameters

pattern
Type: SystemString
The pattern to match against..
Exceptions
ExceptionCondition
ArgumentNullExceptionpattern is .
FormatExceptionpattern is not a valid range expression.
See Also