Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Mosa
Compiler
Framework
Counters
C# Class Mosa.Compiler.Framework.Counters
Show file
Open project: tgiphil/MOSA-Project
Class Usage Examples
Public Methods
Method
Description
Clear
( ) :
void
Export
( ) :
IList
Merge
(
Counters
counters
) :
void
Update
(
string
name
,
int
count
) :
void
Method Details
Clear()
public
method
public
Clear
( ) :
void
return
void
Export()
public
method
public
Export
( ) :
IList
return
IList
Merge()
public
method
public
Merge
(
Counters
counters
) :
void
counters
Counters
return
void
Update()
public
method
public
Update
(
string
name
,
int
count
) :
void
name
string
count
int
return
void