TypeScanReportEntry Class
Definition
Identifies a type selected by a type scan expression.
public sealed record TypeScanReportEntry : IEquatable<TypeScanReportEntry>Inheritance object
Implements IEquatable<TypeScanReportEntry>
Constructors
TypeScanReportEntry(string)
Identifies a type selected by a type scan expression.
public TypeScanReportEntry(string TypeName)Parameters
TypeName string
Properties
TypeName
public string TypeName { get; init; }
