TruncatedCollection<T> Class

 

Represents a class that truncates a collection to a given page size.

Namespace:   System.Web.Http.OData.Query
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>

generic<typename T>
public ref class TruncatedCollection : List<T>, ITruncatedCollection, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

The collection element type.

NameDescription
System_CAPS_pubmethodTruncatedCollection<T>(IEnumerable<T>^, Int32)

Initializes a new instance of the TruncatedCollection<T> class.

System_CAPS_pubmethodTruncatedCollection<T>(IQueryable<T>^, Int32)

Initializes a new instance of the TruncatedCollection<T> class.

NameDescription
System_CAPS_pubpropertyCapacity

(Inherited from List<T>.)

System_CAPS_pubpropertyCount

(Inherited from List<T>.)

System_CAPS_pubpropertyIsTruncated

System_CAPS_pubpropertyItem[Int32]

(Inherited from List<T>.)

System_CAPS_pubpropertyPageSize

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from List<T>.)

System_CAPS_pubmethodAddRange(IEnumerable<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodAsReadOnly()

(Inherited from List<T>.)

System_CAPS_pubmethodBinarySearch(T)

(Inherited from List<T>.)

System_CAPS_pubmethodBinarySearch(T, IComparer<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodBinarySearch(Int32, Int32, T, IComparer<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodClear()

(Inherited from List<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from List<T>.)

System_CAPS_pubmethodConvertAll<TOutput>(Converter<T, TOutput>^)

(Inherited from List<T>.)

System_CAPS_pubmethodCopyTo(array<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodCopyTo(Int32, array<T>^, Int32, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExists(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFind(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindAll(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindIndex(Int32, Int32, Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindIndex(Int32, Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindIndex(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindLast(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindLastIndex(Int32, Int32, Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindLastIndex(Int32, Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodFindLastIndex(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodForEach(Action<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from List<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRange(Int32, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from List<T>.)

System_CAPS_pubmethodIndexOf(T, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodIndexOf(T, Int32, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from List<T>.)

System_CAPS_pubmethodInsertRange(Int32, IEnumerable<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodLastIndexOf(T)

(Inherited from List<T>.)

System_CAPS_pubmethodLastIndexOf(T, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodLastIndexOf(T, Int32, Int32)

(Inherited from List<T>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(T)

(Inherited from List<T>.)

System_CAPS_pubmethodRemoveAll(Predicate<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodRemoveRange(Int32, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodReverse()

(Inherited from List<T>.)

System_CAPS_pubmethodReverse(Int32, Int32)

(Inherited from List<T>.)

System_CAPS_pubmethodSort()

(Inherited from List<T>.)

System_CAPS_pubmethodSort(Comparison<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodSort(IComparer<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodSort(Int32, Int32, IComparer<T>^)

(Inherited from List<T>.)

System_CAPS_pubmethodToArray()

(Inherited from List<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTrimExcess()

(Inherited from List<T>.)

System_CAPS_pubmethodTrueForAll(Predicate<T>^)

(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.

Return to top
Show: