ItemCollection::GetItems<T> Method ()
.NET Framework (current version)
Returns all the items of the specified type from this item collection.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: generic<typename T> where T : GlobalItem virtual ReadOnlyCollection<T>^ GetItems()
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<T>^A collection of type ReadOnlyCollection<T> that contains all the items of the specified type.
Type Parameters
- T
The type returned by the method.
.NET Framework
Available since 3.5
Available since 3.5
Show: