Show / Hide Table of Contents

Class Range

Inheritance
object
Range
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Range

Properties

| Edit this page View Source

EndPointer

Declaration
public RangePointer EndPointer { get; set; }
Property Value
Type Description
RangePointer
| Edit this page View Source

StartPointer

Declaration
public RangePointer StartPointer { get; set; }
Property Value
Type Description
RangePointer
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX