Click or drag to resize

ButtonSpecCollectionTIndexOf(T) Method

Determines the index of the specified spec in the collection.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int IndexOf(
	T item
)

Parameters

item  T
T reference.

Return Value

Int32
-1 if not found; otherwise index position.

Implements

IListTIndexOf(T)
See Also