TruncatedCollection<T> Class
Represents a class that truncates a collection to a given page size.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System::Object
System.Collections.Generic::List<T>
System.Web.Http.OData.Query::TruncatedCollection<T>
System.Collections.Generic::List<T>
System.Web.Http.OData.Query::TruncatedCollection<T>
| Name | Description | |
|---|---|---|
![]() | TruncatedCollection<T>(IEnumerable<T>^, Int32) | Initializes a new instance of the TruncatedCollection<T> class. |
![]() | TruncatedCollection<T>(IQueryable<T>^, Int32) | Initializes a new instance of the TruncatedCollection<T> class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from List<T>.) |
![]() | Count | (Inherited from List<T>.) |
![]() | IsTruncated | |
![]() | Item[Int32] | (Inherited from List<T>.) |
![]() | PageSize |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<T>::GetEnumerator() | (Inherited from List<T>.) |
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from List<T>.) |
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from List<T>.) |
![]() ![]() | IList::Add(Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from List<T>.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from List<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.
Show:




