ArrayRecord<T> abstract class ArrayRecord<T> : ArrayRecord, IEnumerable<T>, IEnumerable Typed class for array records. Documentation Code public IReadOnlyList<T> ArrayObjects { get; } The array items. public T this[int index] { get; } Returns the item at the given index.