Rogue Wave Server Component library for .NET Reference Guide
|
|
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: 7.0.0.0 (7.0.0.0)
Parameters
- source
- Type: System.Collections.GenericIListObject
A list that contains Lists of two items.
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.