Click or drag to resize

SemVersionRange Class

An implementation of Range for use with semantic versions.
Inheritance Hierarchy
SystemObject
  RangeSemVersion
    Demo3D.PackageManagerSemVersionRange

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class SemVersionRange : Range<SemVersion>

The SemVersionRange type exposes the following members.

Methods
 NameDescription
Public methodStatic memberTryParse Attempts to convert a string representation of a semantic version range to the SemVersionRange equivalent, and returns a value to indicate whether the conversion succeeded.
Top
See Also