C# Class ZeroInstall.Store.Model.TargetBase

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
CloneFromTo ( [ from, [ to ) : void

Copies all known values from one instance to another. Helper method for instance cloning.

Equals ( TargetBase other ) : bool

Method Details

CloneFromTo() protected static méthode

Copies all known values from one instance to another. Helper method for instance cloning.
protected static CloneFromTo ( [ from, [ to ) : void
from [
to [
Résultat void

Equals() protected méthode

protected Equals ( TargetBase other ) : bool
other TargetBase
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int