C# 클래스 ZeroInstall.Store.Model.TargetBase

상속: FeedElement
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
CloneFromTo ( [ from, [ to ) : void

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

Equals ( TargetBase other ) : bool

메소드 상세

CloneFromTo() 보호된 정적인 메소드

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

Equals() 보호된 메소드

protected Equals ( TargetBase other ) : bool
other TargetBase
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int