Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ZeroInstall
Store
Model
VersionRangePart
C# Class ZeroInstall.Store.Model.VersionRangePart
Exibir arquivo
Open project: 0install/0install-win
Class Usage Examples
Public Methods
Method
Description
Match
(
[
version
) :
bool
Determines whether a specific version lies within this range.
Private Methods
Method
Description
FromString
(
[
value
) :
VersionRangePart
Intersects
(
[
constraint
) :
VersionRangePart
Method Details
Match()
public
abstract
method
Determines whether a specific version lies within this range.
public
abstract
Match
(
[
version
) :
bool
version
[
return
bool