Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ReadOnlyMetadataCollection<T>::IndexOf Method (T)

 

Returns the index of the specified value in this collection.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.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.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft