public MvKeyValueTable( IDictionary<MvValue, MvValue> source )
Public Sub New ( source As IDictionary(Of MvValue, MvValue) )
public: MvKeyValueTable( IDictionary<MvValue^, MvValue^>^ source )
The type of source must be such that a new Dictionary<MvValue, MvValue> can be built from source.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.