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 SourceLineNumber
line number offset in the file
Declaration
public int? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Offset
Byte offset in the file
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Reference
SPDX ID for File
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |