Show / Hide Table of Contents

Interface IListSortComparer

Represents a comparer with sort direction

System.Collections.IComparer.Compare(System.Object, System.Object)
Namespace: Sartorius.SAF.Collections
Assembly: Sartorius.SAF.dll
Syntax
public interface IListSortComparer : IComparer

Properties

View Source

SortDirection

Gets or sets the sort direction.

Declaration
ListSortDirection SortDirection { get; set; }
Property Value
Type Description
System.ComponentModel.ListSortDirection

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX