Set the result of the next projection query

Namespace:  Mindscape.LightSpeed.Testing
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void SetExpectedProjectionResult(
	IList result
)
Visual Basic (Declaration)
Public Sub SetExpectedProjectionResult ( _
	result As IList _
)

Parameters

result
Type: System.Collections..::.IList
The collection to be returned

See Also