Find(String,Object) Method
Returns the index of the item in the list with the specified property name and value.
public System.int Find(
System.string ,
System.object
)
'Declaration
Public Overloads Function Find( _
ByVal As System.String, _
ByVal As System.Object _
) As System.Integer
Parameters
- propertyName
- The property name to search on.
- key
- The value of the property parameter to search for.
Return Value
The index of the item in the list with the specified property name and value.