Click or drag to resize
Wizard .NET Library

EventedListTLastIndexOf Method (T)

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public int LastIndexOf(
	T item
)
Request Example View Source

Parameters

item
Type: T
The object to locate in the EventedListT. The value can be null for reference types.

Return Value

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