Struct SortAndVirtualizeOptions
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
Options for the sort and virtualize operator.
- Implements
- Extension Methods
Constructors
SortAndVirtualizeOptions()
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(SortAndVirtualizeOptions)
Parameters
otherSortAnd Virtualize Options
Returns
Equals(object)
Parameters
objobject
Returns
GetHashCode()
Returns
ToString()
Returns
Operators
operator ==(SortAndVirtualizeOptions, SortAndVirtualizeOptions)
Parameters
leftSortAnd Virtualize Options rightSortAnd Virtualize Options
Returns
operator !=(SortAndVirtualizeOptions, SortAndVirtualizeOptions)
Parameters
leftSortAnd Virtualize Options rightSortAnd Virtualize Options