Click or drag to resize
ListReaderT Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Collections.ListReader`1"]

Namespace: VRage.Collections
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public struct ListReader<T> : IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VRage.Collections.ListReader`1"]

The ListReaderT type exposes the following members.

Constructors
  NameDescription
Public methodListReaderT
Initializes a new instance of the ListReaderT class
Top
Properties
  NameDescription
Public propertyCount
Public propertyItem
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also