C# Class ZeroInstall.Store.Model.TargetBase

Inheritance: FeedElement
Mostra file Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetHashCode ( ) : int

Protected Methods

Method 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 method

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

Equals() protected method

protected Equals ( TargetBase other ) : bool
other TargetBase
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int