C# Class LogViewer.Model.LogEntryLevelCount

Afficher le fichier Open project: wallymathieu/log4net-logviewer Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( LogEntryLevelCount obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
LogEntryLevelCount ( int>.IEnumerable counts ) : System
ToString ( ) : string
operator ( ) : LogEntryLevelCount

Private Methods

Méthode Description
GetKeys ( int>.IEnumerable x, int>.IEnumerable y ) : IEnumerable
GetOrZero ( int>.IEnumerable c, string key ) : int

Method Details

Equals() public méthode

public Equals ( LogEntryLevelCount obj ) : bool
obj LogEntryLevelCount
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LogEntryLevelCount() public méthode

public LogEntryLevelCount ( int>.IEnumerable counts ) : System
counts int>.IEnumerable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : LogEntryLevelCount
Résultat LogEntryLevelCount