NotificationListTIndexOf Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the index of the item.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public int IndexOf(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: Int32
Returns an index of the item.

Implements

IListTIndexOf(T)
See Also

Reference