Value.insert Method (String, String)

Inserts a String with the specified key in the map.

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

Syntax

C#

public ValueIterator insert(
    string key,
    string value
)

Parameters

key

Type: System.String
The key of the String to insert.

value

Type: System.String
The String to insert.

Return Value

Type: ValueIterator
A ValueIterator to the inserted String.

Reference

Value Class

insert Overload

TcHmiSrv Namespace