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