C# Class ZeroInstall.Store.Model.VersionRangePart

Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
Match ( [ version ) : bool

Determines whether a specific version lies within this range.

Private Methods

Méthode Description
FromString ( [ value ) : VersionRangePart
Intersects ( [ constraint ) : VersionRangePart

Method Details

Match() public abstract méthode

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