StringDoubleKeyValuePair Constructor |
Default constructor
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public StringDoubleKeyValuePair(
KeyValuePair<string, double> values
)
Public Sub New (
values As KeyValuePair(Of String, Double)
)
public:
StringDoubleKeyValuePair(
KeyValuePair<String^, double> values
)
Parameters
- values
- Type: System.Collections.GenericKeyValuePairString, Double
[Missing <param name="values"/> documentation for "M:DHI.Mike1D.Generic.StringDoubleKeyValuePair.#ctor(System.Collections.Generic.KeyValuePair{System.String,System.Double})"]
See Also