VersionSpecIsMinInclusive Property |
True if minVersion is included in the version spec.
False if only versions higher (but not equal) to minVersion are in the version spec.
Namespace: semver.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsMinInclusive { get; }
Public ReadOnly Property IsMinInclusive As Boolean
Get
public:
virtual property bool IsMinInclusive {
bool get () sealed;
}
abstract IsMinInclusive : bool with get
override IsMinInclusive : bool with get
Property Value
Type:
BooleanImplements
IVersionSpecIsMinInclusive
See Also