Show / Hide Table of Contents

Class RangePointer

Inheritance
object
RangePointer
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 RangePointer

Properties

| Edit this page View Source

LineNumber

line number offset in the file

Declaration
public int? LineNumber { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

Offset

Byte offset in the file

Declaration
public int? Offset { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

Reference

SPDX ID for File

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