Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Collections.ListReader`1

Morten Aune Lyrstad edited this page Feb 3, 2022 · 31 revisions

IndexNamespace Index

ListReader<T> Struct

public struct ListReader<T>: IEnumerable<T>, IEnumerable, IReadOnlyList<T>, IReadOnlyCollection<T>

Namespace: VRage.Collections
Assembly: VRage.Library.dll

Implements:

Fields

Member Description
Empty

Properties

Member Description
Count { get; }
Item { get; }

Constructors

Member Description
ListReader(List)

Methods

Member Description
ItemAt(int)
IndexOf(T)
GetEnumerator()
Clone this wiki locally