Value Constructor (IDictionary.String, Value.)

Initializes a new instance of the Value class with the specified IDictionary.TKey, TValue..

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public Value(
    IDictionary<string, Value> dictionary
)

Parameters

dictionary

Type: System.Collections.Generic.IDictionary.String, Value.
The IDictionary.TKey, TValue. whose keys and Values are copied to the new Value.

Reference

Value Class

Value Overload

TcHmiSrv.Core Namespace