Table of Contents

Class Build

Namespace
Arinc424.Building
Assembly
Arinc424.dll

Proxy to hold bad coded record with diagnostics.

public abstract class Build
Inheritance
Build
Derived

Properties

Diagnostics

public Queue<Diagnostic>? Diagnostics { get; set; }

Property Value

Queue<Diagnostic>

Record

public Record424 Record { get; }

Property Value

Record424