Click or drag to resize

VersionRange Class

A revision range specifier consisting of a lower and upper revision.
Inheritance Hierarchy

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2018.1.163.6632 (2018.1.163.6632)
Syntax
public class VersionRange : VersionSpec

The VersionRange type exposes the following members.

Constructors
  NameDescription
Public methodVersionRange(Int32, Int32)
A revision range specifier consisting of a lower and upper revision.
Public methodVersionRange(VersionSpec, VersionSpec)
A revision range specifier consisting of a lower and upper revision.
Top
Properties
  NameDescription
Public propertyLower
Lower version revision.
Public propertyUpper
Upper version revision.
Top
Methods
  NameDescription
Public methodEquals
Equals method for for VersionRange
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
ToString method for for VersionRange
(Overrides VersionSpecToString.)
Top
See Also