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

상속: VersionRangePart
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Intersects ( Constraint constraint ) : VersionRangePart
Match ( ImplementationVersion version ) : bool
ToString ( ) : string
VersionRangeRange ( ImplementationVersion startVersion, ImplementationVersion endVersion ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Intersects() 공개 메소드

public Intersects ( Constraint constraint ) : VersionRangePart
constraint Constraint
리턴 VersionRangePart

Match() 공개 메소드

public Match ( ImplementationVersion version ) : bool
version ImplementationVersion
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VersionRangeRange() 공개 메소드

public VersionRangeRange ( ImplementationVersion startVersion, ImplementationVersion endVersion ) : System
startVersion ImplementationVersion
endVersion ImplementationVersion
리턴 System