Constructs an instance of SystemParameters with the specified values.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SystemParameters( Dictionary<string, double> dict ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ dict As Dictionary(Of String, Double) _ ) |
| Visual C++ |
|---|
public: SystemParameters( Dictionary<String^, double>^ dict ) |
Parameters
- dict
- Type: System.Collections.Generic..::.Dictionary<(Of <(String, Double>)>)
Dictionary hold the named parameters.