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
other
SortAnd Page Options
Returns
Equals(object)
Parameters
obj
object
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(SortAndPageOptions, SortAndPageOptions)
Parameters
left
SortAnd Page Options right
SortAnd Page Options
Returns
operator !=(SortAndPageOptions, SortAndPageOptions)
Parameters
left
SortAnd Page Options right
SortAnd Page Options