Sets the assembly version to match.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public void SetVersion(
	Version version
)
Visual Basic (Declaration)
Public Sub SetVersion ( _
	version As Version _
)

Parameters

version
Type: System..::.Version
The version to match, or null if none.

See Also