Click or drag to resize

NetworkedDictionaryTKey, TValueCopyTo Method

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

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: System.Collections.GenericKeyValuePairTKey, TValue
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also