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