MercurialVersionAttribute.

MercurialVersionAttribute(string, string) Constructor

Summary

Initializes a new instance of the MercurialVersionAttribute class.

Syntax

public MercurialVersionAttribute(string fromVersionString, string toVersionString)

Parameters

Name Type Description
fromVersionString string The lower-bound of the supported version, inclusive.
toVersionString string The upper-bound of the supported version, inclusive.

Return Value

Type Description
void