Click or drag to resize
ListReaderTItem Property

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

[Missing <summary> documentation for "P:VRage.Collections.ListReader`1.Item(System.Int32)"]

Namespace: VRage.Collections
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: T

[Missing <value> documentation for "P:VRage.Collections.ListReader`1.Item(System.Int32)"]

See Also