ObjectItemCollection.GetItems<T> Method ()
Returns all the items of the specified type from this item collection.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<T>A collection of type ReadOnlyCollection<T> that contains all items of the specified type.
Type Parameters
- T
The type returned by the method.