C# Class NugetCracker.Components.ProjectReference

Inheritance: BasicReference
Afficher le fichier Open project: monoman/NugetCracker

Méthodes publiques

Méthode Description
Equals ( IProject other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProjectReference ( string fullPath ) : System
ToString ( ) : string

Private Methods

Méthode Description
IsEqual ( IProject other ) : bool

Method Details

Equals() public méthode

public Equals ( IProject other ) : bool
other IProject
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ProjectReference() public méthode

public ProjectReference ( string fullPath ) : System
fullPath string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string