Value.Insert Method

Inserts a Value to the Value at the specified index.

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

Syntax

C#

public void Insert(
    int index,
    Value item
)

Parameters

index

Type: System.Int32
The zero-based index at which item should be inserted.

item

Type: TcHmiSrv.Value
The Value to insert into the Value.

Implements

IList.T..Insert(Int32, T)

Reference

Value Class

TcHmiSrv Namespace