Skip to content

TypeScanReportEntry Class

Definition

Identifies a type selected by a type scan expression.

C#
public sealed record TypeScanReportEntry : IEquatable<TypeScanReportEntry>

Inheritance object

Implements IEquatable<TypeScanReportEntry>

Constructors

TypeScanReportEntry(string)

Identifies a type selected by a type scan expression.

C#
public TypeScanReportEntry(string TypeName)

Parameters

TypeName string

Properties

TypeName

C#
public string TypeName { get; init; }