Rogue Wave Server Component library for .NET Reference Guide
|
|
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: 7.0.0.0 (7.0.0.0)
Parameters
- source
- Type: System.Collections.GenericIDictionaryMvValue, MvValue
Dictionary to copy.
The type of source must be such that a new Dictionary<MvValue, MvValue> can be built from source.