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 Apr 16, 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

static ListReader<T> Empty

Properties

int Count { get; }

T Item { get; }

Constructors

ListReader(List<T> list)

Methods

Enumerator<T> GetEnumerator()

int IndexOf(T item)

T ItemAt(int index)

Clone this wiki locally