StylesIndexOf Method
Determines the index of a specific item in the
IListT.
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public int IndexOf(
IStyle item
)
Public Function IndexOf (
item As IStyle
) As Integer
abstract IndexOf :
item : IStyle -> int
override IndexOf :
item : IStyle -> int
- item IStyle
- The object to locate in the IListT.
Int32The index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)