Méthode | Description | |
---|---|---|
Decrement ( ) : void |
Decrements the current recursion level.
|
|
Increment ( ) : void |
Increments the current recursion level, and throws MaximumRecursionLevelReachedException if Maximum is reached.
|
|
RecursionLevel ( int maximum ) : System | ||
TryIncrement ( ) : bool |
Increments the current recursion level, and returns whether current is still less than Maximum.
|
public RecursionLevel ( int maximum ) : System | ||
maximum | int | |
Résultat | System |