C# Class NuGet.Services.BasicSearchTests.TestSupport.PackageVersion

Afficher le fichier Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PackageVersion ( string id, string version, int downloads, bool listed = true ) : System
ToString ( ) : string

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

PackageVersion() public méthode

public PackageVersion ( string id, string version, int downloads, bool listed = true ) : System
id string
version string
downloads int
listed bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string