ReadOnlyMetadataCollection<T> Class

 

Class representing a read-only wrapper around MetadataCollection

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

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<T>
    System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<T>
      System.Data.Entity.Core.Metadata.Edm.ItemCollection

[DefaultMemberAttribute("Item")]
public class ReadOnlyMetadataCollection<T> : ReadOnlyCollection<T>
where T : MetadataItem

Type Parameters

T

The type of items in this collection

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether this collection is read-only.

System_CAPS_pubpropertyItem[Int32]

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubpropertyItem[String]

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

System_CAPS_protpropertyItems

(Inherited from ReadOnlyCollection<T>.)

NameDescription
System_CAPS_pubmethodContains(T)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubmethodContains(String)

Determines whether the collection contains an item with the specified identity.

System_CAPS_pubmethodCopyTo(T[], Int32)

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can iterate through this collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(String, Boolean)

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

System_CAPS_pubmethodIndexOf(T)

Returns the index of the specified value in this collection.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String, Boolean, T)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.