Click or drag to resize

VersionRange Class

An implementation of Range for use with versions.
Inheritance Hierarchy
SystemObject
  RangeVersion
    Demo3D.PackageManagerVersionRange

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

The VersionRange type exposes the following members.

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