ReadOnlyMetadataCollection<T> Class
Class representing a read-only wrapper around MetadataCollection
Assembly: EntityFramework (in EntityFramework.dll)
System.Collections.ObjectModel.ReadOnlyCollection<T>
System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<T>
System.Data.Entity.Core.Metadata.Edm.ItemCollection
Name | Description | |
---|---|---|
![]() | Count | (Inherited from ReadOnlyCollection<T>.) |
![]() | IsReadOnly | Gets a value indicating whether this collection is read-only. |
![]() | Item[Int32] | (Inherited from ReadOnlyCollection<T>.) |
![]() | Item[String] | Gets an item from this collection by using the specified identity. |
![]() | Items | (Inherited from ReadOnlyCollection<T>.) |
Name | Description | |
---|---|---|
![]() | Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() | Contains(String) | Determines whether the collection contains an item with the specified identity. |
![]() | CopyTo(T[], Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that can iterate through this collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String, Boolean) | Retrieves an item from this collection by using the specified identity. |
![]() | IndexOf(T) | Returns the index of the specified value in this collection. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(String, Boolean, T) | Retrieves an item from this collection by using the specified identity. |
Name | Description | |
---|---|---|
![]() ![]() | ICollection<T>.Add(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | ICollection<T>.Clear() | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | ICollection<T>.Remove(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList<T>.Insert(Int32, T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList<T>.RemoveAt(Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | ICollection.CopyTo(Array, Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IEnumerable.GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.Add(Object) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.Clear() | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.Contains(Object) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.IndexOf(Object) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.Insert(Int32, Object) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.Remove(Object) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList.RemoveAt(Int32) | (Inherited from ReadOnlyCollection<T>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.