EntitySet<TEntity>.IList.IndexOf Method (Object)

 

For a description of this member, see IList.IndexOf.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

int IList.IndexOf(
	object value
)

Parameters

value
Type: System.Object

The object to locate in the list.

Return Value

Type: System.Int32

The index of value if found in the list; otherwise, -1.

This member is an explicit interface member implementation. It can be used only when the EntitySet<TEntity> instance is cast to an System.Collections.IList interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: