Struct SortAndPageOptions
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
Options for the sort and virtualize operator.
- Implements
- Extension Methods
Constructors
SortAndPageOptions()
Options for the sort and virtualize operator.
Properties
InitialCapacity
Set the initial capacity of internal sorted list.
Property Value
ResetThreshold
The sort reset threshold ie the number of changes before a reset is fired.
Property Value
UseBinarySearch
Use binary search when the result of the comparer is a pure function.
Property Value
Methods
Equals(SortAndPageOptions)
Parameters
otherSortAnd Page Options
Returns
Equals(object)
Parameters
objobject
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(SortAndPageOptions, SortAndPageOptions)
Parameters
leftSortAnd Page Options rightSortAnd Page Options
Returns
operator !=(SortAndPageOptions, SortAndPageOptions)
Parameters
leftSortAnd Page Options rightSortAnd Page Options