ArrayRecord abstract class ArrayRecord : ObjectRecord, IEnumerable Base class for array records. Documentation Code public abstract BinaryType ElementType { get; } public Count Length { get; } Length of the array.