Click or drag to resize
MvKeyValueTable Constructor (IListObject)
Initializes a new MvKeyValueTable instance from a list.

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(
	IList<Object> source
)

Parameters

source
Type: System.Collections.GenericIListObject
A list that contains Lists of two items.
Remarks
The IList instance used in source must contain items that implement the IListT interface. These items should be defined by a key and a value to work properly as key-value tables.
See Also