Table of Contents

Class SourceReference

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record SourceReference : IEquatable<SourceReference>
Inheritance
SourceReference
Implements
Inherited Members

Properties

Index

public int Index { get; init; }

Property Value

int

Section

public string Section { get; init; }

Property Value

string

SourceFile

public string? SourceFile { get; init; }

Property Value

string