Value.Add Method (String, Value)

Adds a Value with the specified key to the Value.

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

Syntax

C#

public void Add(
    string key,
    Value value
)

Parameters

key

Type: System.String
The key of the Value to add.

value

Type: TcHmiSrv.Core.Value
The Value to add.

Implements

IDictionary.TKey, TValue..Add(TKey, TValue)

Reference

Value Class

Add Overload

TcHmiSrv.Core Namespace