Click or drag to resize

NetworkedListT Constructor (IListT)

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

Creates a NetworkedList with a custom value and the default settings

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkedList(
	IList<T> value
)
Request Example View Source

Parameters

value
Type: System.Collections.GenericIListT
The initial value to use for the NetworkedList
See Also