Show / Hide Table of Contents

Class Range

Inheritance
System.Object
Range
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Range : object

Properties

| Improve this Doc View Source

EndPointer

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

StartPointer

Declaration
public RangePointer StartPointer { get; set; }
Property Value
Type Description
RangePointer
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX