Click or drag to resize
MvKeyValueTable Constructor (IDictionaryMvValue, MvValue)
Initializes a new MvKeyValueTable instance from a dictionary.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public MvKeyValueTable(
	IDictionary<MvValue, MvValue> source
)

Parameters

source
Type: System.Collections.GenericIDictionaryMvValue, MvValue
Dictionary to copy.
Remarks

The type of source must be such that a new Dictionary<MvValue, MvValue> can be built from source.

See Also