Show / Hide Table of Contents

Interface IListSortComparer

Represents a comparer with sort direction

IComparer.Compare(object, 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
ListSortDirection

Extension Methods

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