TypeScanReport Class
Definition
Contains the result of a type scan expression.
public sealed record TypeScanReport : IEquatable<TypeScanReport>Inheritance object
Implements IEquatable<TypeScanReport>
Constructors
TypeScanReport(string, string, ImmutableList<TypeScanAssemblyReportEntry>)
Contains the result of a type scan expression.
public TypeScanReport(string SourceAssemblyName, string SourceExpression, ImmutableList<TypeScanAssemblyReportEntry> Entries)Parameters
SourceAssemblyName string
SourceExpression string
Entries ImmutableList<TypeScanAssemblyReportEntry>
Properties
SourceAssemblyName
public string SourceAssemblyName { get; init; }SourceExpression
public string SourceExpression { get; init; }Entries
public ImmutableList<TypeScanAssemblyReportEntry> Entries { get; init; }
