Метод | Описание | |
---|---|---|
Evaluate ( |
Evaluates this Precondition against the contents of the indicated NodeIndex.
|
|
ToString ( ) : string |
Creates debugging string describing the precondition rule.
|
|
VersionRangePrecondition ( |
Constructs a VersionRangePrecondition using the two bounding release versions.
|
public Evaluate ( |
||
nodeIndex | The |
|
cache | bool>.Dictionary | A cache of previously evaluated precondition results. |
Результат | bool |
public VersionRangePrecondition ( |
||
minimum | The minimum version accepted. | |
maximum | The maximum version accepted. | |
Результат | System |