Value.IndexOf Method

Determines the index of the specific Value in the Value.

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

Syntax

C#

public int IndexOf(
    Value item
)

Parameters

item

Type: TcHmiSrv.Value
The Value to locate in the Value.

Return Value

Type: Int32
The index of item if found in the Value; otherwise, -1.

Implements

IList.T..IndexOf(T)

Reference

Value Class

TcHmiSrv Namespace