Méthode | Description | |
---|---|---|
CountOf ( |
Returns the number of occurrences of a specific type.
|
|
Decrement ( |
Decrements the count for the current type.
|
|
Increment ( |
Increments the count for the current type.
|
|
Reset ( ) : void |
Resets the counts back to zero.
|
public CountOf ( |
||
type | The type being counted. | |
Résultat | int |
public Decrement ( |
||
type | The type being counted. | |
Résultat | void |
public Increment ( |
||
type | The type being counted. | |
Résultat | void |