Class Record424<TSub>
- Namespace
- Arinc424
- Assembly
- Arinc424.dll
ARINC 424
record that described by sequence of strings.
public abstract class Record424<TSub> : Record424 where TSub : Record424
Type Parameters
TSub
Type of sequence.
- Inheritance
-
objectRecord424<TSub>
- Derived
- Inherited Members
Properties
Sequence
A composition across different entities.
public TSub[] Sequence { get; set; }
Property Value
- TSub[]