Click or drag to resize
ListReaderT Constructor

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

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

Parameters

list
Type: System.Collections.GenericListT

[Missing <param name="list"/> documentation for "M:VRage.Collections.ListReader`1.#ctor(System.Collections.Generic.List{`0})"]

See Also