Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Collections.ListReader`1

Malware edited this page Dec 13, 2025 · 32 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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