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

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

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.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.Core Namespace