protected override void ApplySortCore(
PropertyDescriptor? property,
ListSortDirection direction
)
Protected Overrides Sub ApplySortCore (
property As PropertyDescriptor,
direction As ListSortDirection
)
protected:
virtual void ApplySortCore(
PropertyDescriptor^ property,
ListSortDirection direction
) override
abstract ApplySortCore :
property : PropertyDescriptor *
direction : ListSortDirection -> unit
override ApplySortCore :
property : PropertyDescriptor *
direction : ListSortDirection -> unit
The sorting does not change the order of the items in the wrapped underlying collection.
If property is not , then finding an item by the Find overloads on the same property will be also faster.
ArgumentOutOfRangeException | direction is not of the supported values. |