90b96cdf f1e4 c866 2e0a 845b696bb3b9 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainerExtension.ContainerSortComparer Class

Helper class that performs the actual string comparison.

Inheritance Hierarchy

System.Object
  Plexdata.CsvParser.Extensions.CsvContainerExtension.ContainerSortComparer
Namespace: Plexdata.CsvParser.Extensions
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

private class ContainerSortComparer : IComparer<IList<string>>

The CsvContainerExtension.ContainerSortComparer type exposes the following members.

Constructors

 

Name Description
Public method CsvContainerExtension.ContainerSortComparer The class constructor.
  Back to Top

Methods

 

Name Description
Public method Compare Compares two items according to current settings.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Fields

 

Name Description
Private field column The column affected by sorting.
Private field compare The string comparison method.
Private field order The column sort order.
  Back to Top

Remarks

This helper class performs the actual string comparison according to its current settings.

See Also

Reference

Plexdata.CsvParser.Extensions Namespace

⚠️ **GitHub.com Fallback** ⚠️