C# Class ZeroInstall.Store.Model.VersionRangeExclude

Inheritance: VersionRangePart
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Intersects ( Constraint constraint ) : VersionRangePart
Match ( ImplementationVersion version ) : bool
ToString ( ) : string
VersionRangeExclude ( ImplementationVersion version ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersects() public méthode

public Intersects ( Constraint constraint ) : VersionRangePart
constraint Constraint
Résultat VersionRangePart

Match() public méthode

public Match ( ImplementationVersion version ) : bool
version ImplementationVersion
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

VersionRangeExclude() public méthode

public VersionRangeExclude ( ImplementationVersion version ) : System
version ImplementationVersion
Résultat System