C# Class ZeroInstall.Store.Model.VersionRangePart

Mostrar archivo Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
Match ( [ version ) : bool

Determines whether a specific version lies within this range.

Private Methods

Method Description
FromString ( [ value ) : VersionRangePart
Intersects ( [ constraint ) : VersionRangePart

Method Details

Match() public abstract method

Determines whether a specific version lies within this range.
public abstract Match ( [ version ) : bool
version [
return bool