Table of Contents

Interface IRefReadonlyList<T>

Namespace
ReFuel.Collections
Assembly
ReFuel.Common.dll
public interface IRefReadonlyList<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IRefEnumerable<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inherited Members

Properties

this[int]

ref readonly T this[int index] { get; }

Parameters

index int

Property Value

T

Methods

AsSpan()

ReadOnlySpan<T> AsSpan()

Returns

ReadOnlySpan<T>