Show / Hide Table of Contents

Class RangePointer

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

Properties

| Improve this Doc View Source

LineNumber

line number offset in the file

Declaration
public int? LineNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Offset

Byte offset in the file

Declaration
public int? Offset { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Reference

SPDX ID for File

Declaration
public string Reference { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX