C# Class Rsdn.Janus.StatisticsContainer

Стандартная реализация IStatisticsContainer
Потокобезопасен
Inheritance: IStatisticsContainer
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
AddValue ( string statsName, int value ) : void
GetStatsNames ( ) : string[]
GetTotalValue ( string statsName ) : int

Method Details

AddValue() public méthode

public AddValue ( string statsName, int value ) : void
statsName string
value int
Résultat void

GetStatsNames() public méthode

public GetStatsNames ( ) : string[]
Résultat string[]

GetTotalValue() public méthode

public GetTotalValue ( string statsName ) : int
statsName string
Résultat int