VersionSpecIsMaxInclusive Property |
True if maxVersion is included in the version spec.
False if only versions lower (but not equal) to maxVersion 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 IsMaxInclusive { get; }
Public ReadOnly Property IsMaxInclusive As Boolean
Get
public:
virtual property bool IsMaxInclusive {
bool get () sealed;
}
abstract IsMaxInclusive : bool with get
override IsMaxInclusive : bool with get
Property Value
Type:
BooleanImplements
IVersionSpecIsMaxInclusive
See Also