ReadOnlyMetadataCollection<T>.Item Property

 

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

NameDescription
System_CAPS_pubpropertyItem[Int32]

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubpropertyItem[String]

Gets an item from this collection by using the specified identity.


ReadOnlyMetadataCollection<T>.Item Property (String)

Gets an item from this collection by using the specified identity.

public virtual T this[
	string identity
] { get; }

Property Value

Type: T

An item from this collection.