Joutsen  v0.4.1
Static Public Member Functions | Properties | List of all members
Joutsen.System.Defaults Class Reference

A factory class that provides default implementations for certain interfaces. More...

Static Public Member Functions

static Comparer< ItemType > Comparer< ItemType > ()
 Provides the default implementation of a Comparer for a type. More...
 

Properties

static int MaxNumberOfPrintedCollectionElements [get, set]
 The number of list elements to write in collections ToString methods. More...
 
static ConsoleProgressPainter ProgressPainter [get, set]
 The default painter of progress on the console. More...
 

Detailed Description

A factory class that provides default implementations for certain interfaces.

Since
0.4.0

Member Function Documentation

◆ Comparer< ItemType >()

static Comparer<ItemType> Joutsen.System.Defaults.Comparer< ItemType > ( )
static

Provides the default implementation of a Comparer for a type.

Property Documentation

◆ MaxNumberOfPrintedCollectionElements

int Joutsen.System.Defaults.MaxNumberOfPrintedCollectionElements
staticgetset

The number of list elements to write in collections ToString methods.

◆ ProgressPainter

ConsoleProgressPainter Joutsen.System.Defaults.ProgressPainter
staticgetset

The default painter of progress on the console.