Click or drag to resize

NetworkedDictionaryTKey, TValueGetEnumerator 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 IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue

Implements

IEnumerableTGetEnumerator
See Also