EnumValueCollection.T..IndexOf Method
Determines the index of a specific item in the IList.T..
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public int IndexOf(
EnumValue<T> item
)
VB
Public Function IndexOf (
item As EnumValue(Of T)
) As Integer
Return Value
Type: Int32
The index of item if found in the
list; otherwise, -1.