Value.Add Method (KeyValuePair.String, Value.)

Adds a KeyValuePair.TKey, TValue. to the Value.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public void Add(
    KeyValuePair<string, Value> item
)

Parameters

item

Type: System.Collections.Generic.KeyValuePair.String, Value.
The KeyValuePair.TKey, TValue. to add to the Value.

Implements

ICollection.T..Add(T)

Reference

Value Class

Add Overload

TcHmiSrv Namespace