DependencyVersionFromVersion Method

Constructs a DependencyVersion instance from the specified System.Version instance.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static DependencyVersion FromVersion(
	Version version
)

Parameters

version  Version
Version to get the property values from.

Return Value

DependencyVersion
The constructed instance.

See Also