Class RangePointer
Inherited Members
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class RangePointer
Properties
| Edit this page View SourceLineNumber
line number offset in the file
Declaration
public int? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
Offset
Byte offset in the file
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
int? |
Reference
SPDX ID for File
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
string |