Returns a generator of random values.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected override IGenerator GetGenerator(
	IPatternScope scope
)
Visual Basic (Declaration)
Protected Overrides Function GetGenerator ( _
	scope As IPatternScope _
) As IGenerator

Parameters

scope
Type: Gallio.Framework.Pattern..::.IPatternScope
The containing scope.

Return Value

A generator.

See Also