ReadOnlyMetadataCollection<T>.IndexOf Method (T)

 

Returns the index of the specified value in this collection.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual int IndexOf(
	T value
)

Parameters

value
Type: T

A value to seek.

Return Value

Type: System.Int32

The index of the specified value in this collection.